diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-17 21:04:12 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-17 21:04:12 +0000 |
commit | 64ba67998dc00880bc45ba3a9a52090d3c9c36b7 (patch) | |
tree | 6e872aac6ed909c37c54dbdb663e8cfb93c05049 /graphics/gdal-grass | |
parent | a2d9cec05d31438032de9d5d530f5c22601e058e (diff) | |
download | ports-64ba67998dc00880bc45ba3a9a52090d3c9c36b7.tar.gz ports-64ba67998dc00880bc45ba3a9a52090d3c9c36b7.zip |
Notes
Diffstat (limited to 'graphics/gdal-grass')
-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: |