diff options
author | kris <kris@FreeBSD.org> | 2004-12-17 14:40:45 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-12-17 14:40:45 +0800 |
commit | 68b1ebfea32ec8c5c117ab73d4e1a4861bfa6d60 (patch) | |
tree | 61889b8656a09d3b749fd2562ccf08a2a987b72d /net/tcpdump | |
parent | 2579370ffda1e2888b23ea7a6668c85ac8b6bc06 (diff) | |
download | freebsd-ports-gnome-68b1ebfea32ec8c5c117ab73d4e1a4861bfa6d60.tar.gz freebsd-ports-gnome-68b1ebfea32ec8c5c117ab73d4e1a4861bfa6d60.tar.zst freebsd-ports-gnome-68b1ebfea32ec8c5c117ab73d4e1a4861bfa6d60.zip |
BROKEN on 6.x: Build fails
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> |