1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

BROKEN on 6.x: Build fails

This commit is contained in:
Kris Kennaway 2004-12-17 06:40:45 +00:00
parent 62646a2f00
commit 2b1963649c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124257

View File

@ -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>