diff options
author | Wen Heping <wen@FreeBSD.org> | 2013-04-07 11:58:04 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2013-04-07 11:58:04 +0000 |
commit | f649983f0e1683d19519f7e71feb401297487469 (patch) | |
tree | 0bcb342329c94ea7e078ee6ede5606b06f103c52 /graphics/qgis | |
parent | e5eeaf2b4e6889e73854ce381ef2cb097eec40b5 (diff) | |
download | ports-f649983f0e1683d19519f7e71feb401297487469.tar.gz ports-f649983f0e1683d19519f7e71feb401297487469.zip |
Notes
Diffstat (limited to 'graphics/qgis')
-rw-r--r-- | graphics/qgis/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile index 29526f43f3bb..44bec11afb66 100644 --- a/graphics/qgis/Makefile +++ b/graphics/qgis/Makefile @@ -3,6 +3,7 @@ PORTNAME= qgis PORTVERSION= 1.8.0 +PORTREVISION= 1 CATEGORIES= graphics geography MASTER_SITES= http://qgis.org/downloads/ \ http://download.osgeo.org/qgis/src/ @@ -11,12 +12,12 @@ MAINTAINER= wen@FreeBSD.org COMMENT= Geographical Information System (GIS) data viewer LIB_DEPENDS= geos:${PORTSDIR}/graphics/geos \ - proj.7:${PORTSDIR}/graphics/proj \ - gsl.16:${PORTSDIR}/math/gsl \ - qwt.5:${PORTSDIR}/x11-toolkits/qwt5 \ + proj:${PORTSDIR}/graphics/proj \ + gsl:${PORTSDIR}/math/gsl \ + qwt:${PORTSDIR}/x11-toolkits/qwt5 \ gdal:${PORTSDIR}/graphics/gdal \ - spatialite.4:${PORTSDIR}/databases/spatialite \ - spatialindex.2:${PORTSDIR}/devel/spatialindex + spatialite:${PORTSDIR}/databases/spatialite \ + spatialindex:${PORTSDIR}/devel/spatialindex USE_BZIP2= yes USE_PYTHON= yes |