2c2 < # $FreeBSD: head/graphics/qgis/Makefile 365182 2014-08-17 13:09:56Z tijl $ --- > # $FreeBSD: rhurlin/graphics/qgis/Makefile 31798 2014-09-09 05:28:45Z rhurlin $ 6c6 < PORTREVISION= 1 --- > PORTREVISION= 2 31,32c31 < USES= bison cmake gmake < USE_PYTHON= yes --- > USES= bison cmake gmake python 51,52c50,57 < CMAKE_ARGS+= -DWITH_GRASS:BOOL=TRUE -DGRASS_PREFIX=${LOCALBASE}/grass-6.4.3 < RUN_DEPENDS+= ${LOCALBASE}/lib/gdalplugins/gdal_GRASS.so:${PORTSDIR}/graphics/gdal-grass --- > .if ${OPSYS} == FreeBSD && ${OSVERSION} < 900000 > BROKEN= GRASS plugin not supported on FreeBSD 8.x (does not have utempter.h) > .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 > CMAKE_ARGS+= -DWITH_GRASS:BOOL=TRUE -DGRASS_PREFIX=${LOCALBASE}/grass-6.4.4 61c66 < USE_PGSQL= YES --- > USES+= pgsql 83c88 < ${PYTHON_SITELIBDIR}/PyQt4/Qsci.so:${PORTSDIR}/devel/py-qt4-qscintilla2 \ --- > ${PYTHON_PKGNAMEPREFIX}qt4-qscintilla2>=2.8.3:${PORTSDIR}/devel/py-qt4-qscintilla2 \ 89c94,95 < RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/osgeo/gdal.pyc:${PORTSDIR}/graphics/py-gdal --- > RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}gdal>=1.11.0:${PORTSDIR}/graphics/py-gdal \ > ${PYTHON_PKGNAMEPREFIX}pyspatialite>=3.0.1:${PORTSDIR}/databases/pyspatialite