aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/qgis
diff options
context:
space:
mode:
authorriggs <riggs@FreeBSD.org>2015-08-11 03:55:02 +0800
committerriggs <riggs@FreeBSD.org>2015-08-11 03:55:02 +0800
commitfb01abe3e984fb3fa5f38181736d8f2a98877616 (patch)
tree7e9c1dc8cb95d12ad47398be18ece5522ca957f0 /graphics/qgis
parent7388cfe6626ef092493502e25e714553886d862b (diff)
downloadfreebsd-ports-gnome-fb01abe3e984fb3fa5f38181736d8f2a98877616.tar.gz
freebsd-ports-gnome-fb01abe3e984fb3fa5f38181736d8f2a98877616.tar.zst
freebsd-ports-gnome-fb01abe3e984fb3fa5f38181736d8f2a98877616.zip
- Update dependency to databases/grass
- Bump PORTREVISION PR: 201983 Submitted by: rhurlin@gwdg.de (maintainer)
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