aboutsummaryrefslogtreecommitdiffstats
path: root/net/openbgpd
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2009-01-09 01:59:41 +0800
committererwin <erwin@FreeBSD.org>2009-01-09 01:59:41 +0800
commitb6a0f7e496899908671c9bcdfd6923da436343d1 (patch)
tree8356c73845070ffda17b1c1f09f3979aafba63ca /net/openbgpd
parentafe168c7b5797acb4247c3ff87ba328b7b5615cf (diff)
downloadfreebsd-ports-graphics-b6a0f7e496899908671c9bcdfd6923da436343d1.tar.gz
freebsd-ports-graphics-b6a0f7e496899908671c9bcdfd6923da436343d1.tar.zst
freebsd-ports-graphics-b6a0f7e496899908671c9bcdfd6923da436343d1.zip
Mark BROKEN on 8: does not build after the arp-v2 import.
Submitted by: pointyhat
Diffstat (limited to 'net/openbgpd')
-rw-r--r--net/openbgpd/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/openbgpd/Makefile b/net/openbgpd/Makefile
index bbb11e8cc52..19f4f80e06f 100644
--- a/net/openbgpd/Makefile
+++ b/net/openbgpd/Makefile
@@ -86,4 +86,10 @@ post-install:
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800059
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>