Date: Sat, 7 Sep 2013 17:29:08 +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: r326666 - head/graphics/php-gdal Message-ID: <201309071729.r87HT87d048451@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309071729.r87HT87d048451>