svn commit: r326666 - head/graphics/php-gdal

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Sep 7 17:29:08 UTC 2013


Author: sunpoet
Date: Sat Sep  7 17:29:08 2013
New Revision: 326666
URL: http://svnweb.freebsd.org/changeset/ports/326666

Log:
  - Convert to new LIB_DEPENDS format

Modified:
  head/graphics/php-gdal/Makefile

Modified: head/graphics/php-gdal/Makefile
==============================================================================
--- head/graphics/php-gdal/Makefile	Sat Sep  7 17:29:04 2013	(r326665)
+++ head/graphics/php-gdal/Makefile	Sat Sep  7 17:29:08 2013	(r326666)
@@ -15,7 +15,7 @@ COMMENT=	PHP binding for GDAL
 LICENSE=	MIT
 
 BUILD_DEPENDS=	${LOCALBASE}/bin/swig2.0:${PORTSDIR}/devel/swig20
-LIB_DEPENDS=	gdal:${PORTSDIR}/graphics/gdal
+LIB_DEPENDS=	libgdal.so:${PORTSDIR}/graphics/gdal
 
 ALL_TARGET=	php_gdal.so php_gdalconst.so php_ogr.so php_osr.so
 CFLAGS+=	-I${LOCALBASE}/include -fPIC


More information about the svn-ports-all mailing list