From 02ce72781b949d059537248742dd21c2718f312b Mon Sep 17 00:00:00 2001 From: erwin Date: Thu, 8 Jan 2009 17:33:50 +0000 Subject: Mark BROKEN on 8: does not build after the arp-v2 import. Submitted by: pointyhat --- net/bird/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'net/bird') 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 +.include + +.if ${OSVERSION} >= 800059 +BROKEN= does not build +.endif + +.include -- cgit