--- Makefile.orig 2015-07-09 18:17:13.778714000 +0200 +++ Makefile 2015-07-11 21:24:08.909025000 +0200 @@ -3,7 +3,7 @@ PORTNAME= qgis PORTVERSION= 2.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics geography MAINTAINER= rhurlin@gwdg.de @@ -57,10 +57,8 @@ .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 BROKEN= GRASS plugin not supported on FreeBSD 8.x and 9.x .endif -BUILD_DEPENDS+= grass64:${PORTSDIR}/databases/grass \ - ${LOCALBASE}/lib/gdalplugins/gdal_GRASS.so:${PORTSDIR}/graphics/gdal-grass -RUN_DEPENDS+= grass64:${PORTSDIR}/databases/grass \ - ${LOCALBASE}/lib/gdalplugins/gdal_GRASS.so:${PORTSDIR}/graphics/gdal-grass +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 FORCE_MAKE_JOBS= NO PLIST_SUB+= GRASS=""