academic/qgis: Fixed dep information

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2012-08-21 23:36:10 -05:00
parent a72ca01e08
commit f945f3be51
2 changed files with 1 additions and 3 deletions

View file

@ -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;

View file

@ -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"