diff options
author | Cy Schubert <cy@FreeBSD.org> | 2021-12-06 04:13:12 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2021-12-06 18:12:38 +0000 |
commit | cb950ffff2e18ff8148ae10ac010b000b926739c (patch) | |
tree | ee01531fadc2ec34028b0bd405ee134abc4e9860 | |
parent | b1dcaf64da857d32153590fed40804f460da9bb9 (diff) | |
download | ports-cb950ffff2e18ff8148ae10ac010b000b926739c.tar.gz ports-cb950ffff2e18ff8148ae10ac010b000b926739c.zip |
security/nmap: Make PCAP option non-default
All supported versions of FreeBSD provide pcap support. Disable the
PCAP option by default.
MFH after: 3 days
-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 |