svn commit: r334122 - head/graphics/gdal-grass
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Nov 17 21:04:12 UTC 2013
Author: sunpoet
Date: Sun Nov 17 21:04:12 2013
New Revision: 334122
URL: http://svnweb.freebsd.org/changeset/ports/334122
Log:
- Convert to new LIB_DEPENDS format
- Use USES=gmake
Modified:
head/graphics/gdal-grass/Makefile
Modified: head/graphics/gdal-grass/Makefile
==============================================================================
--- head/graphics/gdal-grass/Makefile Sun Nov 17 21:01:59 2013 (r334121)
+++ head/graphics/gdal-grass/Makefile Sun Nov 17 21:04:12 2013 (r334122)
@@ -10,20 +10,20 @@ MASTER_SITES= http://download.osgeo.org/
MAINTAINER= ports at 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:
More information about the svn-ports-head
mailing list