diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-08-08 11:54:18 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-08-08 11:54:18 +0000 |
commit | 1b1884d6aa2c94062cae7cc004771a70f420cf32 (patch) | |
tree | 862af37b7a3aab51eaa2c484082b56e504baef5d /net/tcpdump | |
parent | 578e69bc77ed371e12cd81c7359a2564739f386c (diff) | |
download | ports-1b1884d6aa2c94062cae7cc004771a70f420cf32.tar.gz ports-1b1884d6aa2c94062cae7cc004771a70f420cf32.zip |
Notes
Diffstat (limited to 'net/tcpdump')
-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 |