summaryrefslogtreecommitdiff
path: root/security/nmap
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2022-01-16 10:14:32 -0800
committerCy Schubert <cy@FreeBSD.org>2022-01-16 10:17:06 -0800
commit7a374db8e5ba3916d4e97e799e0e90c47ba1e62b (patch)
tree6316cd7386e61d555d1e2e6b2e9c3cfa6e674a4d /security/nmap
parenttextproc/cpp-peglib: Fix tests (diff)
security/nmap: PCAP option conflicts with pcap in 13-STABLE base
PCAP option also conflicts with pcap in 14-CURRENT base. Mark the option BROKEN. This is the same fix as b1dcaf64da857d32153590fed40804f460da9bb9 for 14-CURRENT. PR: 261242 MFH: 2022Q1
Diffstat (limited to 'security/nmap')
-rw-r--r--security/nmap/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/nmap/Makefile b/security/nmap/Makefile
index c2223cd54aec..d7580970fa2f 100644
--- a/security/nmap/Makefile
+++ b/security/nmap/Makefile
@@ -57,6 +57,7 @@ CONFIGURE_ARGS+=--without-localdirs \
.if ${PORT_OPTIONS:MPCAP}
BROKEN_FreeBSD_14= Conflicts with pcap in base
+BROKEN_FreeBSD_13= Conflicts with pcap in base
.endif
# XXX limit results if we do a grep in the sources!