aboutsummaryrefslogtreecommitdiffstats
path: root/net/bird
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2009-01-09 01:33:50 +0800
committererwin <erwin@FreeBSD.org>2009-01-09 01:33:50 +0800
commit02ce72781b949d059537248742dd21c2718f312b (patch)
tree0e359ce62bf92771b942ed8ac255e98beb395a5d /net/bird
parent087dcf9f60283f9b67170a3c65ff44854d273374 (diff)
downloadfreebsd-ports-gnome-02ce72781b949d059537248742dd21c2718f312b.tar.gz
freebsd-ports-gnome-02ce72781b949d059537248742dd21c2718f312b.tar.zst
freebsd-ports-gnome-02ce72781b949d059537248742dd21c2718f312b.zip
Mark BROKEN on 8: does not build after the arp-v2 import.
Submitted by: pointyhat
Diffstat (limited to 'net/bird')
-rw-r--r--net/bird/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/bird/Makefile b/net/bird/Makefile
index e8b0909f04e9..c242ae252e5a 100644
--- a/net/bird/Makefile
+++ b/net/bird/Makefile
@@ -24,4 +24,10 @@ post-install:
${CP} -p ${PREFIX}/etc/bird.conf.example ${PREFIX}/etc/bird.conf ; \
fi
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800059
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>