From 087dcf9f60283f9b67170a3c65ff44854d273374 Mon Sep 17 00:00:00 2001 From: erwin Date: Thu, 8 Jan 2009 17:20:12 +0000 Subject: Mark BROKEN on 8: does not build after the arp-v2 import. Submitted by: pointyhat --- net/p5-Net-RawIP/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'net') diff --git a/net/p5-Net-RawIP/Makefile b/net/p5-Net-RawIP/Makefile index 5db2b5da0931..ca61aa4d5ab1 100644 --- a/net/p5-Net-RawIP/Makefile +++ b/net/p5-Net-RawIP/Makefile @@ -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 +.include + +.if ${OSVERSION} >= 800059 +BROKEN= does not build +.endif + +.include -- cgit