diff options
-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 |