diff options
author | Cy Schubert <cy@FreeBSD.org> | 2022-04-29 18:03:01 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2022-04-29 18:07:27 +0000 |
commit | 4a1604404d176e424d3c30f9856e75ca5e010ecb (patch) | |
tree | 50aacba46f3f186c3a0e9351c0c72d893895a906 | |
parent | 7975a9c1fc7f58e0bd187b1abfe8017212745d66 (diff) | |
download | ports-4a1604404d176e424d3c30f9856e75ca5e010ecb.tar.gz ports-4a1604404d176e424d3c30f9856e75ca5e010ecb.zip |
security/nmap: Revert 7a374db8e5ba3916d4e97e799e0e90c47ba1e62b
Revert "security/nmap: PCAP option conflicts with pcap in 13-STABLE base".
security/nmap builds fine with PCAP enabled now.
This reverts commit 7a374db8e5ba3916d4e97e799e0e90c47ba1e62b.
PR: 261242
Reported by: eugen
MFH 2022Q2
-rw-r--r-- | security/nmap/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/nmap/Makefile b/security/nmap/Makefile index d7580970fa2f..c2223cd54aec 100644 --- a/security/nmap/Makefile +++ b/security/nmap/Makefile @@ -57,7 +57,6 @@ 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! |