diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2012-08-21 23:36:10 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-22 16:07:17 -0500 |
commit | f945f3be51a6dddcc6bfd9da0ba2c2c10a301d3e (patch) | |
tree | 3dcd32f4572b5710ef94a6b77f3b347521723043 /academic/qgis | |
parent | a72ca01e08348f0f5e761f18900072015de947df (diff) | |
download | slackbuilds-f945f3be51a6dddcc6bfd9da0ba2c2c10a301d3e.tar.gz |
academic/qgis: Fixed dep information
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'academic/qgis')
-rw-r--r-- | academic/qgis/README | 2 | ||||
-rw-r--r-- | academic/qgis/qgis.info | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/academic/qgis/README b/academic/qgis/README index eaaa7f3e8c..c61cc76292 100644 --- a/academic/qgis/README +++ b/academic/qgis/README @@ -3,8 +3,6 @@ that runs on Linux, Unix, Mac OSX, and Windows. QGIS lets you browse and create map data on your computer. It supports many common spatial data formats (e.g. ESRI ShapeFile, geotiff). -This requires proj, geos, gdal, gsl, numpy, and qwt. - Optional dependencies include grass, postgresql, postgis, and gpsbabel. If you want to build the optional QGIS Server, you also need fcgi; diff --git a/academic/qgis/qgis.info b/academic/qgis/qgis.info index 31bc071191..4fe1c81026 100644 --- a/academic/qgis/qgis.info +++ b/academic/qgis/qgis.info @@ -5,6 +5,6 @@ DOWNLOAD="http://qgis.org/downloads/qgis-1.7.4.tar.bz2" MD5SUM="ad6e2bd8c5eb0c486939c420af5d8c44" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="fcgi gdal geos gpsbabel grass gsl numpy postgis postgresql proj qwt" +REQUIRES="gdal geos gsl numpy proj qwt" MAINTAINER="David Spencer" EMAIL="baildon.research@googlemail.com" |