diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-08 01:29:08 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-08 01:29:08 +0800 |
commit | e45d598b26cd00824a4b41c86ec550aaea8dbc05 (patch) | |
tree | 0783f2f0d822fccba0611e6fc84f1bb6aa130567 /graphics/php-gdal | |
parent | 748c0fe1200ac105b43489b2f1c5185155c108f2 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |