--- Makefile.orig 2014-04-13 12:00:06.000000000 +0200 +++ Makefile 2014-06-26 21:40:58.000000000 +0200 @@ -3,36 +3,35 @@ PORTNAME= gdal-grass PORTVERSION= 1.4.3 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= graphics MASTER_SITES= http://download.osgeo.org/gdal/ MAINTAINER= ports@FreeBSD.org COMMENT= GDAL drivers for GRASS raster and vector files -BROKEN= Fails to configure - BUILD_DEPENDS= grass>6:${PORTSDIR}/databases/grass LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal RUN_DEPENDS= grass>6:${PORTSDIR}/databases/grass -GRASS_INST_DIR= grass-6.4.2 +GRASS_INST_DIR= grass-6.4.3 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gdal=${LOCALBASE}/bin/gdal-config \ --with-grass=${LOCALBASE}/${GRASS_INST_DIR} \ --with-autoload=${GDAL_AUTOLOAD_DIR} +USE_GCC= yes + ALL_TARGET= -NO_STAGE= yes .include pre-install: - ${MKDIR} ${PREFIX}/share/gdal + ${MKDIR} ${STAGEDIR}${PREFIX}/share/gdal .if !defined(GDAL_AUTOLOAD_DIR) -GDAL_AUTOLOAD_DIR=${PREFIX}/lib/gdalplugins +GDAL_AUTOLOAD_DIR=${STAGEDIR}${PREFIX}/lib/gdalplugins .endif .if !defined (GRASS_INST_DIR)