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/webscarab | |
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/webscarab')
-rw-r--r-- | security/webscarab/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/webscarab/Makefile b/security/webscarab/Makefile index 0cf77aa6be59..f23673168ad0 100644 --- a/security/webscarab/Makefile +++ b/security/webscarab/Makefile @@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR= niels MAINTAINER= ports@FreeBSD.org COMMENT= Framework for analysing HTTP and HTTPS web application traffic -USE_ZIP= YES +USES= zip USE_JAVA= YES JAVA_VERSION= 1.6+ NO_BUILD= yes |