diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-11-18 05:04:12 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-11-18 05:04:12 +0800 |
commit | 662d9acbde4c1a470280c03906757c59e0e68b0b (patch) | |
tree | 6e872aac6ed909c37c54dbdb663e8cfb93c05049 | |
parent | b5095883418fecb71f5494c75f3f89732cfe1f75 (diff) | |
download | freebsd-ports-gnome-662d9acbde4c1a470280c03906757c59e0e68b0b.tar.gz freebsd-ports-gnome-662d9acbde4c1a470280c03906757c59e0e68b0b.tar.zst freebsd-ports-gnome-662d9acbde4c1a470280c03906757c59e0e68b0b.zip |
- Convert to new LIB_DEPENDS format
- Use USES=gmake
-rw-r--r-- | graphics/gdal-grass/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gdal-grass/Makefile b/graphics/gdal-grass/Makefile index 74c59875ba20..4fb37104759d 100644 --- a/graphics/gdal-grass/Makefile +++ b/graphics/gdal-grass/Makefile @@ -10,20 +10,20 @@ MASTER_SITES= http://download.osgeo.org/gdal/ MAINTAINER= ports@FreeBSD.org COMMENT= GDAL drivers for GRASS raster and vector files -LIB_DEPENDS= gdal:${PORTSDIR}/graphics/gdal 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 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gdal=${LOCALBASE}/bin/gdal-config \ --with-grass=${LOCALBASE}/${GRASS_INST_DIR} \ --with-autoload=${GDAL_AUTOLOAD_DIR} ALL_TARGET= - NO_STAGE= yes + .include <bsd.port.pre.mk> pre-install: |