aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
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>