diff options
Diffstat (limited to 'security/nmap')
-rw-r--r-- | security/nmap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/nmap/Makefile b/security/nmap/Makefile index 6cd71bb4892d..c2223cd54aec 100644 --- a/security/nmap/Makefile +++ b/security/nmap/Makefile @@ -2,7 +2,7 @@ PORTNAME= nmap DISTVERSION= 7.91 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= https://nmap.org/dist/ \ LOCAL/ohauer @@ -28,7 +28,7 @@ GNU_CONFIGURE= yes OPTIONS_SUB= yes OPTIONS_DEFINE= DOCS PCAP SSH2 SSL -OPTIONS_DEFAULT=PCAP SSH2 SSL +OPTIONS_DEFAULT=SSH2 SSL PCAP_DESC= Build with libpcap from nmap SSH2_DESC= SSH2 protocol support |