git: 7a374db8e5ba - main - security/nmap: PCAP option conflicts with pcap in 13-STABLE base

From: Cy Schubert <cy_at_FreeBSD.org>
Date: Sun, 16 Jan 2022 18:17:12 UTC
The branch main has been updated by cy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7a374db8e5ba3916d4e97e799e0e90c47ba1e62b

commit 7a374db8e5ba3916d4e97e799e0e90c47ba1e62b
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2022-01-16 18:14:32 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2022-01-16 18:17:06 +0000

    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
---
 security/nmap/Makefile | 1 +
 1 file changed, 1 insertion(+)

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!