diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-17 06:40:45 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-17 06:40:45 +0000 |
commit | 2b1963649ced74b43c3bf5360d5dc0e9bcf4c2ad (patch) | |
tree | 9cb5c3204c22aed928d910b479ea45c2cbe82de6 /net/tcpdump | |
parent | 62646a2f00ba7ae5fdf6f9ed9f5907e5ae7177ff (diff) | |
download | ports-2b1963649ced74b43c3bf5360d5dc0e9bcf4c2ad.tar.gz ports-2b1963649ced74b43c3bf5360d5dc0e9bcf4c2ad.zip |
Notes
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 3e94bc0a678d..50ea431ff282 100644 --- a/net/tcpdump/Makefile +++ b/net/tcpdump/Makefile @@ -63,6 +63,12 @@ LOCALPCAPDIR= ${WRKDIR}/libpcap-0.8.1 LOCALPCAPFILES= include/pcap.h include/pcap-namedb.h include/pcap-bpf.h \ lib/libpcap.a +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 600000 +BROKEN= "Build fails on FreeBSD >= 6.x" +.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. @@ -80,4 +86,4 @@ post-install: ${CAT} ${PKGMESSAGE} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |