Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Nov 2013 21:04:12 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334122 - head/graphics/gdal-grass
Message-ID:  <201311172104.rAHL4CQj063843@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311172104.rAHL4CQj063843>