summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-08-08 11:54:18 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-08-08 11:54:18 +0000
commit1b1884d6aa2c94062cae7cc004771a70f420cf32 (patch)
tree862af37b7a3aab51eaa2c484082b56e504baef5d /net
parent- Mark broken for php4 (requires php5) (diff)
* 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)
Notes
Notes: svn path=/head/; revision=140817
Diffstat (limited to 'net')
-rw-r--r--net/tcpdump/Makefile4
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