diff options
-rw-r--r-- | net/tcpdump/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tcpdump/Makefile b/net/tcpdump/Makefile index 23823ad0f7e5..b54a34c735d8 100644 --- a/net/tcpdump/Makefile +++ b/net/tcpdump/Makefile @@ -108,8 +108,8 @@ WRKPCAPDIR= ${WRKDIR}/libpcap-0.8.3 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 503000 -BROKEN= "Broken dependency" +.if ${OSVERSION} >= 503000 && !defined(TCPDUMP_OVERWRITE_BASE) +IGNORE= Already in base system .endif # When building tcpdump against a particular pcap version, it expects to |