aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2012-05-23 15:34:39 +0800
committerwen <wen@FreeBSD.org>2012-05-23 15:34:39 +0800
commiteccd4613bfd4d8f7be5dd507ce431d96d9fb9bcd (patch)
tree840872c8286cc5f6530cbafad21dd323fa5450ef /graphics
parentf845fbf903c93c7369057433bac79eb28cdadf90 (diff)
downloadfreebsd-ports-gnome-eccd4613bfd4d8f7be5dd507ce431d96d9fb9bcd.tar.gz
freebsd-ports-gnome-eccd4613bfd4d8f7be5dd507ce431d96d9fb9bcd.tar.zst
freebsd-ports-gnome-eccd4613bfd4d8f7be5dd507ce431d96d9fb9bcd.zip
- Update DEPENDS for postgis option
PR: 167954 Submitted by: Anderson Soares Ferreira <anderson@cnpm.embrapa.br>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/qgis/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile
index e001fe4913e9..7ab638571568 100644
--- a/graphics/qgis/Makefile
+++ b/graphics/qgis/Makefile
@@ -7,7 +7,7 @@
PORTNAME= qgis
PORTVERSION= 1.7.4
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= graphics geography
MASTER_SITES= http://qgis.org/downloads/ \
http://download.osgeo.org/qgis/src/
@@ -53,8 +53,8 @@ CMAKE_ARGS+= -DWITH_GRASS:BOOL=FALSE
.endif
.if defined(WITH_POSTGIS)
+USE_PGSQL= YES
CMAKE_ARGS+= -DWITH_POSTGRESQL:BOOL=TRUE
-BUILD_DEPENDS+= ${LOCALBASE}/share/postgis:${PORTSDIR}/databases/postgis
PLIST_SUB+= PGSQL=""
.else
CMAKE_ARGS+= -DWITH_POSTGRESQL:BOOL=FALSE