aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/php-gdal
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-09-08 01:29:08 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-09-08 01:29:08 +0800
commite45d598b26cd00824a4b41c86ec550aaea8dbc05 (patch)
tree0783f2f0d822fccba0611e6fc84f1bb6aa130567 /graphics/php-gdal
parent748c0fe1200ac105b43489b2f1c5185155c108f2 (diff)
downloadfreebsd-ports-gnome-e45d598b26cd00824a4b41c86ec550aaea8dbc05.tar.gz
freebsd-ports-gnome-e45d598b26cd00824a4b41c86ec550aaea8dbc05.tar.zst
freebsd-ports-gnome-e45d598b26cd00824a4b41c86ec550aaea8dbc05.zip
- Convert to new LIB_DEPENDS format
Diffstat (limited to 'graphics/php-gdal')
-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