From 1b1884d6aa2c94062cae7cc004771a70f420cf32 Mon Sep 17 00:00:00 2001 From: Sergey Matveychuk Date: Mon, 8 Aug 2005 11:54:18 +0000 Subject: * Change BROKEN with IGNORE tag for pointyhat does not run the port build. * Fix a condition for it (when TCPDUMP_OVERWRITE_BASE is defined the port install is correct). * Fix a message itself. Approved by: portmgr (krion) --- net/tcpdump/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/tcpdump') 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 -.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 -- cgit v1.2.3