diff options
author | sem <sem@FreeBSD.org> | 2005-08-08 19:54:18 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-08-08 19:54:18 +0800 |
commit | feb6e0c63baf1e13b7596d60c3a19628313cde01 (patch) | |
tree | 4f139baadfd60c7cf26d326902f3b653b3def619 /net | |
parent | 4d224460c7c348dea4444616737442c5ee338e11 (diff) | |
download | freebsd-ports-gnome-feb6e0c63baf1e13b7596d60c3a19628313cde01.tar.gz freebsd-ports-gnome-feb6e0c63baf1e13b7596d60c3a19628313cde01.tar.zst freebsd-ports-gnome-feb6e0c63baf1e13b7596d60c3a19628313cde01.zip |
* 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)
Diffstat (limited to 'net')
-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 |