mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
academic/qgis: Fixed dep information
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
a72ca01e08
commit
f945f3be51
2 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue