aboutsummaryrefslogtreecommitdiff
path: root/mbone/rat
diff options
context:
space:
mode:
Diffstat (limited to 'mbone/rat')
-rw-r--r--mbone/rat/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/mbone/rat/Makefile b/mbone/rat/Makefile
index 8481e1c1916d..f26916805d42 100644
--- a/mbone/rat/Makefile
+++ b/mbone/rat/Makefile
@@ -31,6 +31,10 @@ PLIST_SUB= PORTVERSION=${PORTVERSION}
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
.if ${OSVERSION} >= 400014
ENABLE_IPv6= --enable-ipv6
.endif