aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-01-08 17:33:50 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-01-08 17:33:50 +0000
commit3e1db7071fa243097da5bf8180811d72c3235a37 (patch)
treec3c2c33a0f831d4e1a82de8bdf7b73b4efa6e595 /net
parent0605985a318ff694cb57c5b572e59f669712a490 (diff)
downloadports-3e1db7071fa243097da5bf8180811d72c3235a37.tar.gz
ports-3e1db7071fa243097da5bf8180811d72c3235a37.zip
Mark BROKEN on 8: does not build after the arp-v2 import.
Submitted by: pointyhat
Notes
Notes: svn path=/head/; revision=225504
Diffstat (limited to 'net')
-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>