aboutsummaryrefslogtreecommitdiff
path: root/mbone
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-26 02:50:35 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-26 02:50:35 +0000
commitebcd930fadca8338e3a24c7cdb53575228e3b635 (patch)
tree83aa04af86e2fe5bd7954eb3ca504d6ea0a6bf71 /mbone
parent149b3e7f85bc86a31808210183c66c09c64568cc (diff)
downloadports-ebcd930fadca8338e3a24c7cdb53575228e3b635.tar.gz
ports-ebcd930fadca8338e3a24c7cdb53575228e3b635.zip
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=118421
Diffstat (limited to 'mbone')
-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