aboutsummaryrefslogtreecommitdiff
path: root/graphics/qgis
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2015-08-10 19:55:02 +0000
committerThomas Zander <riggs@FreeBSD.org>2015-08-10 19:55:02 +0000
commit5b3ee78b57294fa0a8ae37e8c42b2c1be8d00cd3 (patch)
tree7e9c1dc8cb95d12ad47398be18ece5522ca957f0 /graphics/qgis
parent036051a73c5d69c3c7ad7387d8cc6a92c801b859 (diff)
downloadports-5b3ee78b57294fa0a8ae37e8c42b2c1be8d00cd3.tar.gz
ports-5b3ee78b57294fa0a8ae37e8c42b2c1be8d00cd3.zip
Notes
Diffstat (limited to 'graphics/qgis')
-rw-r--r--graphics/qgis/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile
index 7143a379cce0..01a2d6a3bd81 100644
--- a/graphics/qgis/Makefile
+++ b/graphics/qgis/Makefile
@@ -3,6 +3,7 @@
PORTNAME= qgis
PORTVERSION= 2.10.1
+PORTREVISION= 1
CATEGORIES= graphics geography
MAINTAINER= rhurlin@gwdg.de
@@ -58,7 +59,7 @@ BROKEN= GRASS plugin not supported on FreeBSD 8.x and 9.x
.endif
BUILD_DEPENDS+= grass64:${PORTSDIR}/databases/grass
RUN_DEPENDS+= grass64:${PORTSDIR}/databases/grass
-CMAKE_ARGS+= -DWITH_GRASS:BOOL=TRUE -DGRASS_PREFIX=${LOCALBASE}/grass-6.4.4
+CMAKE_ARGS+= -DWITH_GRASS:BOOL=TRUE -DGRASS_PREFIX=${LOCALBASE}/grass-6.4.5
FORCE_MAKE_JOBS= NO
PLIST_SUB+= GRASS=""
.else