aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/ruby-gtk
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2011-07-04 23:48:33 +0800
committerSteve Wills <swills@FreeBSD.org>2011-07-04 23:48:33 +0800
commit3dc26cb7434b11fba47a48c293c4f5f69173f5cc (patch)
tree74ab2ca740f93588e5df396697c05088c4fdee87 /x11-toolkits/ruby-gtk
parent6fff04ceff8a972939381dc62a77b9861fc13119 (diff)
downloadfreebsd-ports-gnome-3dc26cb7434b11fba47a48c293c4f5f69173f5cc.tar.gz
freebsd-ports-gnome-3dc26cb7434b11fba47a48c293c4f5f69173f5cc.tar.zst
freebsd-ports-gnome-3dc26cb7434b11fba47a48c293c4f5f69173f5cc.zip
- Mark as broken with Ruby 1.9
Diffstat (limited to 'x11-toolkits/ruby-gtk')
-rw-r--r--x11-toolkits/ruby-gtk/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-toolkits/ruby-gtk/Makefile b/x11-toolkits/ruby-gtk/Makefile
index a137610f8c7e..ce315cbdfa0c 100644
--- a/x11-toolkits/ruby-gtk/Makefile
+++ b/x11-toolkits/ruby-gtk/Makefile
@@ -69,4 +69,8 @@ post-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+.if ${RUBY_VER} == 1.9
+BROKEN= does not build with ruby 1.9
+.endif
+.include <bsd.port.post.mk>