summaryrefslogtreecommitdiff
path: root/net/p5-Net-ARP/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-01-08 17:59:41 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-01-08 17:59:41 +0000
commitccd4eff1b49405149cc8a1e3c63c91b60f702921 (patch)
treec769ea8a7b1f42825b281acc0901c94362fa2a02 /net/p5-Net-ARP/Makefile
parentMark BROKEN on 8: does not build after arp-v2 import. (diff)
Mark BROKEN on 8: does not build after the arp-v2 import.
Submitted by: pointyhat
Notes
Notes: svn path=/head/; revision=225509
Diffstat (limited to 'net/p5-Net-ARP/Makefile')
-rw-r--r--net/p5-Net-ARP/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/p5-Net-ARP/Makefile b/net/p5-Net-ARP/Makefile
index 5e5121de019b..eb3712abae28 100644
--- a/net/p5-Net-ARP/Makefile
+++ b/net/p5-Net-ARP/Makefile
@@ -21,4 +21,10 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
MAN3= Net::ARP.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800059
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>