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 cb950ffff2)
This commit is contained in:
Cy Schubert 2021-12-05 20:13:12 -08:00
parent 566fd26197
commit 3fe2fa6e20

View File

@ -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