diff options
author | Cy Schubert <cy@FreeBSD.org> | 2022-01-16 18:14:32 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2022-01-16 18:17:06 +0000 |
commit | 7a374db8e5ba3916d4e97e799e0e90c47ba1e62b (patch) | |
tree | 6316cd7386e61d555d1e2e6b2e9c3cfa6e674a4d | |
parent | f1ba99376b91db7f2e4bfeb142610a1d75310de8 (diff) | |
download | ports-7a374db8e5ba3916d4e97e799e0e90c47ba1e62b.tar.gz ports-7a374db8e5ba3916d4e97e799e0e90c47ba1e62b.zip |
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
-rw-r--r-- | security/nmap/Makefile | 1 |
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! |