diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-01-08 17:20:12 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-01-08 17:20:12 +0000 |
commit | 0605985a318ff694cb57c5b572e59f669712a490 (patch) | |
tree | c5de907881b953a72cff7687d94639bbf37980dd /net | |
parent | 0eaf1e27649107ca6c3bd7e66352b5c621199a34 (diff) | |
download | ports-0605985a318ff694cb57c5b572e59f669712a490.tar.gz ports-0605985a318ff694cb57c5b572e59f669712a490.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-RawIP/Makefile | 8 |
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> |