diff options
author | Cy Schubert <cy@FreeBSD.org> | 2021-12-05 20:10:49 -0800 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2021-12-06 10:12:37 -0800 |
commit | b1dcaf64da857d32153590fed40804f460da9bb9 (patch) | |
tree | 78428defd73f31a76753310cec0a015b27d72de8 | |
parent | www/libdatachannel: Update 0.15.3 -> 0.15.6 (diff) |
security/nmap: PCAP option conflicts with pcap in 14-CURRENT base
PCAP option conflicts with pcap in 14-CURRENT base. Mark the option
BROKEN.
MFH after: 3 days
-rw-r--r-- | security/nmap/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/security/nmap/Makefile b/security/nmap/Makefile index d66887d252b6..6cd71bb4892d 100644 --- a/security/nmap/Makefile +++ b/security/nmap/Makefile @@ -53,6 +53,12 @@ CONFIGURE_ARGS+=--without-localdirs \ --with-liblua=included \ --without-nmap-update +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MPCAP} +BROKEN_FreeBSD_14= Conflicts with pcap in base +.endif + # XXX limit results if we do a grep in the sources! post-extract: @${RM} -r ${WRKSRC}/mswin32 |