aboutsummaryrefslogtreecommitdiff
path: root/net
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
parent0eaf1e27649107ca6c3bd7e66352b5c621199a34 (diff)
downloadports-0605985a318ff694cb57c5b572e59f669712a490.tar.gz
ports-0605985a318ff694cb57c5b572e59f669712a490.zip
Notes
Diffstat (limited to 'net')
-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>