aboutsummaryrefslogtreecommitdiff
path: root/devel/root
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 /devel/root
parent149b3e7f85bc86a31808210183c66c09c64568cc (diff)
downloadports-ebcd930fadca8338e3a24c7cdb53575228e3b635.tar.gz
ports-ebcd930fadca8338e3a24c7cdb53575228e3b635.zip
Notes
Diffstat (limited to 'devel/root')
-rw-r--r--devel/root/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/root/Makefile b/devel/root/Makefile
index a87386ec4faf..548fd98f552b 100644
--- a/devel/root/Makefile
+++ b/devel/root/Makefile
@@ -139,6 +139,10 @@ CONFIGURE_ARGS+= --disable-srp
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
# The thread sub-system was not working for ROOT versions 3.x on FreeBSD 4.x
# systems. Meanwhile maybe it's working with some patches - but I have no
# FreeBSD 4.x system still running for testing ;-)