aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2008-05-03 23:40:04 +0000
committerStanislav Sedov <stas@FreeBSD.org>2008-05-03 23:40:04 +0000
commit50181070dccb7176cecb659373a676f4309e0a32 (patch)
treee019d7a91a33a88e80457b9a1c457bcfbc818c8d
parentf44bcf8a868b40d7f91cf16b01a060c6a76b8ade (diff)
downloadports-50181070dccb7176cecb659373a676f4309e0a32.tar.gz
ports-50181070dccb7176cecb659373a676f4309e0a32.zip
- Mark broken on 5.x where it fails to compile
probably due a kse problem.
Notes
Notes: svn path=/head/; revision=212566
-rw-r--r--lang/ruby19/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/ruby19/Makefile b/lang/ruby19/Makefile
index f8e9a3686ae8..ea02fcbf12e6 100644
--- a/lang/ruby19/Makefile
+++ b/lang/ruby19/Makefile
@@ -44,6 +44,10 @@ OPTIONS= RDOC "Build and install Rdoc indexes" off \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 600000
+BROKEN= Does not compile
+.endif
+
# PORTEPOCH/PORTREVISION hack
.if ${PORTEPOCH} != 0