aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-09-07 17:29:08 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-09-07 17:29:08 +0000
commitc8081070f36e0bab51195125203262c71d6f088e (patch)
tree0783f2f0d822fccba0611e6fc84f1bb6aa130567 /graphics
parent3957c6df00158ac1809b6c8348afd57906f42450 (diff)
downloadports-c8081070f36e0bab51195125203262c71d6f088e.tar.gz
ports-c8081070f36e0bab51195125203262c71d6f088e.zip
- Convert to new LIB_DEPENDS format
Notes
Notes: svn path=/head/; revision=326666
Diffstat (limited to 'graphics')
-rw-r--r--graphics/php-gdal/Makefile2
1 files changed, 1 insertions, 1 deletions
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