From e45d598b26cd00824a4b41c86ec550aaea8dbc05 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sat, 7 Sep 2013 17:29:08 +0000 Subject: - Convert to new LIB_DEPENDS format --- graphics/php-gdal/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics') diff --git a/graphics/php-gdal/Makefile b/graphics/php-gdal/Makefile index d64faf914336..96ac1a7d38b9 100644 --- a/graphics/php-gdal/Makefile +++ b/graphics/php-gdal/Makefile @@ -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 -- cgit