diff options
author | wen <wen@FreeBSD.org> | 2012-03-08 18:22:06 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2012-03-08 18:22:06 +0800 |
commit | 23bb3a02d94d334a998eac849b37200d61473b38 (patch) | |
tree | 441f00a2af8d266bef4b8903af5b6b05294ecf31 /graphics | |
parent | 6bef34ea5af4e2f22d5aa9cd1db1fa08fc2c45df (diff) | |
download | freebsd-ports-gnome-23bb3a02d94d334a998eac849b37200d61473b38.tar.gz freebsd-ports-gnome-23bb3a02d94d334a998eac849b37200d61473b38.tar.zst freebsd-ports-gnome-23bb3a02d94d334a998eac849b37200d61473b38.zip |
- Chase the update of databases/grass
Diffstat (limited to 'graphics')
-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 |