diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 17:01:36 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 17:01:36 +0000 |
commit | 8a7c77fbbd57ecbfd89783ebd805b59f8f2387a8 (patch) | |
tree | 6d9bf2c42239eb7fa59e3a370ddfad85fecabb87 /security/dirbuster | |
parent | ae7708b169aa040d2d1177a4ca193ed6a8d60e5d (diff) |
Notes
Diffstat (limited to 'security/dirbuster')
-rw-r--r-- | security/dirbuster/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/dirbuster/Makefile b/security/dirbuster/Makefile index 0c0448256c33..6c1d692f5dcd 100644 --- a/security/dirbuster/Makefile +++ b/security/dirbuster/Makefile @@ -10,7 +10,7 @@ DISTNAME= DirBuster-1.0-RC1 MAINTAINER= ports@FreeBSD.org COMMENT= DirBuster allows file and directory brute forcing on web servers -USE_ZIP= YES +USES= zip USE_JAVA= YES JAVA_VERSION= 1.6+ NO_BUILD= yes |