1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00

Mark BROKEN on 8: does not build after the arp-v2 import.

Submitted by:	pointyhat
This commit is contained in:
Erwin Lansing 2009-01-08 17:20:12 +00:00
parent 0eaf1e2764
commit 0605985a31
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225503

View File

@ -18,4 +18,10 @@ COMMENT= A perl module to manipulate raw IP packets
PERL_CONFIGURE= yes
MAN3= Net::RawIP.3 Net::RawIP::libpcap.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800059
BROKEN= does not build
.endif
.include <bsd.port.post.mk>