aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2016-09-11 22:33:19 +0800
committerwen <wen@FreeBSD.org>2016-09-11 22:33:19 +0800
commitddccd647d9672731f251198994f187147f635841 (patch)
tree8496dace9f08ca7f5fd1d617a252058483d936cd /graphics
parent34dafd6a37c206953c9ff14424ce6991e63533be (diff)
downloadfreebsd-ports-gnome-ddccd647d9672731f251198994f187147f635841.tar.gz
freebsd-ports-gnome-ddccd647d9672731f251198994f187147f635841.tar.zst
freebsd-ports-gnome-ddccd647d9672731f251198994f187147f635841.zip
- Fix build with GRASS option with updating DGRASS_PREFIX
Diffstat (limited to 'graphics')
-rw-r--r--graphics/qgis/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile
index c03c851b9d9d..f8ed9edaffb1 100644
--- a/graphics/qgis/Makefile
+++ b/graphics/qgis/Makefile
@@ -64,7 +64,7 @@ DEBUG_CMAKE_OFF= -DCMAKE_BUILD_TYPE=Release
GRASS_BUILD_DEPENDS= grass64:databases/grass
GRASS_RUN_DEPENDS= grass64:databases/grass
-GRASS_CMAKE_ON= -DWITH_GRASS:BOOL=TRUE -DGRASS_PREFIX=${LOCALBASE}/grass-6.4.5
+GRASS_CMAKE_ON= -DWITH_GRASS:BOOL=TRUE -DGRASS_PREFIX=${LOCALBASE}/grass-6.4.6
GRASS_CMAKE_OFF= -DWITH_GRASS:BOOL=FALSE
GRASS_FORCE_MAKE_JOBS= NO