aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2021-12-06 04:13:12 +0000
committerCy Schubert <cy@FreeBSD.org>2021-12-10 04:35:39 +0000
commit3fe2fa6e202fe6d89f2e087489a04b0bd9f02b1e (patch)
tree8e45a9db2f6646a2e1666c81038fe12a30996ad9
parent566fd26197c5f39c9db467a674f3968861cf58e0 (diff)
downloadports-3fe2fa6e202fe6d89f2e087489a04b0bd9f02b1e.tar.gz
ports-3fe2fa6e202fe6d89f2e087489a04b0bd9f02b1e.zip
security/nmap: Make PCAP option non-default
All supported versions of FreeBSD provide pcap support. Disable the PCAP option by default. (cherry picked from commit cb950ffff2e18ff8148ae10ac010b000b926739c)
-rw-r--r--security/nmap/Makefile4
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