diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-09-10 20:18:00 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-09-10 20:18:00 +0800 |
commit | afbd92bdf03cad0dfbcfbb85a4e097f92b8d7fe9 (patch) | |
tree | e025e86080a2199a7d16ef013f1c1fbc720e6881 | |
parent | 8618d4891cf3f78623d05dac3fd64b9c30f750a8 (diff) | |
download | freebsd-ports-gnome-afbd92bdf03cad0dfbcfbb85a4e097f92b8d7fe9.tar.gz freebsd-ports-gnome-afbd92bdf03cad0dfbcfbb85a4e097f92b8d7fe9.tar.zst freebsd-ports-gnome-afbd92bdf03cad0dfbcfbb85a4e097f92b8d7fe9.zip |
- Switch to USES=libtool
Approved by: portmgr blanket
-rw-r--r-- | www/php-screw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/php-screw/Makefile b/www/php-screw/Makefile index c94e5490ab90..2b83190886a5 100644 --- a/www/php-screw/Makefile +++ b/www/php-screw/Makefile @@ -13,7 +13,7 @@ COMMENT= PHP script encryption tool CRYPTKEY?= 11152, 368, 192, 1281, 62 -USE_AUTOTOOLS= libtool +USES= libtool USE_PHP= zlib USE_PHPIZE= yes PLIST_SUB= PHP_EXTDIR="${PHP_EXT_DIR}" |