diff options
Diffstat (limited to 'gis')
-rw-r--r-- | gis/gdal/README | 3 | ||||
-rw-r--r-- | gis/postgis/postgis.info | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/gis/gdal/README b/gis/gdal/README index 5103301463264..33a4894063282 100644 --- a/gis/gdal/README +++ b/gis/gdal/README @@ -9,8 +9,7 @@ The related OGR library (which is part of the GDAL source tree) provides a similar capability for simple features vector data. The following optional requirements are detected automatically: -cfitsio, freexl, hdf, hdf5, json-c, libwebp, netcdf, postgresql, -xerces-c +cfitsio, freexl, hdf, hdf5, libwebp, netcdf, postgresql, xerces-c To enable OpenCL GPU-accelerated performance, specify the option OPENCL=yes (requires opencl-headers to build, and either nvidia-driver diff --git a/gis/postgis/postgis.info b/gis/postgis/postgis.info index 7d68ed68997b9..018eafa094dfb 100644 --- a/gis/postgis/postgis.info +++ b/gis/postgis/postgis.info @@ -5,6 +5,6 @@ DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-2.2.0.tar.gz" MD5SUM="9b3dbeabb3f821bb27b94b9f82ff2785" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="gdal json-c postgresql" +REQUIRES="gdal postgresql" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" |