Commit cb950fff authored by Cy Schubert's avatar Cy Schubert
Browse files

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
parent b1dcaf64
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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