aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-11-17 21:04:12 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-11-17 21:04:12 +0000
commit64ba67998dc00880bc45ba3a9a52090d3c9c36b7 (patch)
tree6e872aac6ed909c37c54dbdb663e8cfb93c05049
parenta2d9cec05d31438032de9d5d530f5c22601e058e (diff)
downloadports-64ba67998dc00880bc45ba3a9a52090d3c9c36b7.tar.gz
ports-64ba67998dc00880bc45ba3a9a52090d3c9c36b7.zip
Notes
-rw-r--r--graphics/gdal-grass/Makefile6
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: