diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-09-10 12:18:00 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-09-10 12:18:00 +0000 |
commit | e6e95ec3941351411394563ffde7f71fac4a065c (patch) | |
tree | e025e86080a2199a7d16ef013f1c1fbc720e6881 | |
parent | bd67579f294ad5a1105db58f62b99cf06c9e697e (diff) | |
download | freebsd-ports-e6e95ec3941351411394563ffde7f71fac4a065c.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}" |