diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2016-01-06 15:46:19 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | 80e710d6bceff765ba8089692c45e09e021dd9ee (patch) | |
tree | 4490df1a61460cb1bd9bddc057794aae3f55bf52 /gis | |
parent | c2e9c35cdad0eceba8fea0a622155d607071a8b0 (diff) | |
download | slackbuilds-80e710d6bceff765ba8089692c45e09e021dd9ee.tar.gz |
Multiple: Fix .info and README (json-c refs)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
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 5103301463..33a4894063 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 7d68ed6899..018eafa094 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" |