diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-11 01:01:36 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-11 01:01:36 +0800 |
commit | 25b827806b76112495e2d390912f6667b7b3ce39 (patch) | |
tree | 6d9bf2c42239eb7fa59e3a370ddfad85fecabb87 /security/phpsecinfo | |
parent | 4064d32e36669bd57f992b0944164024af9eb84f (diff) | |
download | freebsd-ports-gnome-25b827806b76112495e2d390912f6667b7b3ce39.tar.gz freebsd-ports-gnome-25b827806b76112495e2d390912f6667b7b3ce39.tar.zst freebsd-ports-gnome-25b827806b76112495e2d390912f6667b7b3ce39.zip |
Convert s* to USES=zip
Diffstat (limited to 'security/phpsecinfo')
-rw-r--r-- | security/phpsecinfo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/phpsecinfo/Makefile b/security/phpsecinfo/Makefile index d3003d8b1315..f8ec73eb7b7e 100644 --- a/security/phpsecinfo/Makefile +++ b/security/phpsecinfo/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= LOCAL/chinsan MAINTAINER= ports@FreeBSD.org COMMENT= PHP environment security auditing tool -USE_ZIP= yes +USES= zip USE_PHP= pcre WANT_PHP_WEB= yes NO_BUILD= yes |