summaryrefslogtreecommitdiff
path: root/net/p5-Net-RawIP/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-01-08 17:20:12 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-01-08 17:20:12 +0000
commit0605985a318ff694cb57c5b572e59f669712a490 (patch)
treec5de907881b953a72cff7687d94639bbf37980dd /net/p5-Net-RawIP/Makefile
parentAdd a fix for warnings emitted every time the module is loaded. (diff)
Mark BROKEN on 8: does not build after the arp-v2 import.
Submitted by: pointyhat
Notes
Notes: svn path=/head/; revision=225503
Diffstat (limited to '')
-rw-r--r--net/p5-Net-RawIP/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800059
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>