diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 22:07:43 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 22:07:43 +0000 |
commit | 76e77890cef2a057881847175c128ce5f8a49ab1 (patch) | |
tree | 79e81e22a69a2cafddc4a45a6b48de911ef9f717 /net/tcpdump | |
parent | BROKEN on ia64: Does not compile (diff) |
BROKEN on 5.x: Broken dependency
Approved by: portmgr (self)
Diffstat (limited to 'net/tcpdump')
-rw-r--r-- | net/tcpdump/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/tcpdump/Makefile b/net/tcpdump/Makefile index 2c7a1ccb8380..bc4b2dee40b9 100644 --- a/net/tcpdump/Makefile +++ b/net/tcpdump/Makefile @@ -106,6 +106,12 @@ LOCALPCAPFILES= include/pcap.h include/pcap-namedb.h include/pcap-bpf.h \ lib/libpcap.a WRKPCAPDIR= ${WRKDIR}/libpcap-0.8.3 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 503000 +BROKEN= "Broken dependency" +.endif + # When building tcpdump against a particular pcap version, it expects to # find a built, untarred source tree in the parent of the work tree. # Build a symlink farm which points to the installed versions of the @@ -123,4 +129,4 @@ post-install: ${CAT} ${PKGMESSAGE} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |