diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-04 20:14:27 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-04 20:14:27 +0000 |
commit | c3a8b31d085b7fcd7a7bb847f5a564400374aa97 (patch) | |
tree | 7fdbae9df3421adaa3515a53f201b36eb39363d2 /graphics | |
parent | f5f88fb1d8b03f0e968233317cde83df1f0d37e1 (diff) | |
download | ports-c3a8b31d085b7fcd7a7bb847f5a564400374aa97.tar.gz ports-c3a8b31d085b7fcd7a7bb847f5a564400374aa97.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/php-gdal/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/php-gdal/Makefile b/graphics/php-gdal/Makefile index 2ddebb829163..605af1488751 100644 --- a/graphics/php-gdal/Makefile +++ b/graphics/php-gdal/Makefile @@ -15,16 +15,16 @@ COMMENT= PHP binding for GDAL LICENSE= MIT LICENSE_FILE= ${WRKSRC}/../../LICENSE.TXT -BUILD_DEPENDS= ${LOCALBASE}/bin/swig3.0:${PORTSDIR}/devel/swig30 +BUILD_DEPENDS= swig3.0:${PORTSDIR}/devel/swig30 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 +CFLAGS+= -fPIC MAKEFILE= GNUmakefile PHP_MOD_NAME= php_${PORTNAME} USE_PHP= yes USE_PHP_BUILD= yes -USES= gmake tar:xz +USES= gmake localbase tar:xz WRKSRC= ${WRKDIR}/${DISTNAME}/swig/php |