diff options
author | Wen Heping <wen@FreeBSD.org> | 2012-03-08 10:22:06 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2012-03-08 10:22:06 +0000 |
commit | 6341ea425b52b0aaae4946a81dfcd0f06f8182b4 (patch) | |
tree | 39ebd16bf12ec53d435313836616a77c345dab2e /graphics/qgis | |
parent | cc08fe99bb76d891d86fe6067598e527061eac9a (diff) | |
download | ports-6341ea425b52b0aaae4946a81dfcd0f06f8182b4.tar.gz ports-6341ea425b52b0aaae4946a81dfcd0f06f8182b4.zip |
Notes
Diffstat (limited to 'graphics/qgis')
-rw-r--r-- | graphics/qgis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile index b2dd0cdea485..6a8dad3d26f0 100644 --- a/graphics/qgis/Makefile +++ b/graphics/qgis/Makefile @@ -45,7 +45,7 @@ BROKEN= does not compile on 7.X .endif .if defined(WITH_GRASS) -CMAKE_ARGS+= -DWITH_GRASS:BOOL=TRUE -DGRASS_PREFIX=${LOCALBASE}/grass-6.4.1 +CMAKE_ARGS+= -DWITH_GRASS:BOOL=TRUE -DGRASS_PREFIX=${LOCALBASE}/grass-6.4.2 RUN_DEPENDS+= ${LOCALBASE}/lib/gdalplugins/gdal_GRASS.so:${PORTSDIR}/graphics/gdal-grass .else CMAKE_ARGS+= -DWITH_GRASS:BOOL=FALSE |