aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2011-07-04 23:48:33 +0800
committerswills <swills@FreeBSD.org>2011-07-04 23:48:33 +0800
commit73038235f414ec483bb81b247118f5a1fe395135 (patch)
tree9eedbefb42d042c557031894e2bb34d249713993 /x11-toolkits
parentf5013235fdf60998beded93b34adfc900bd36936 (diff)
downloadfreebsd-ports-gnome-73038235f414ec483bb81b247118f5a1fe395135.tar.gz
freebsd-ports-gnome-73038235f414ec483bb81b247118f5a1fe395135.tar.zst
freebsd-ports-gnome-73038235f414ec483bb81b247118f5a1fe395135.zip
- Mark as broken with Ruby 1.9
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/ruby-gtk/Makefile6
-rw-r--r--x11-toolkits/ruby-wx/Makefile3
2 files changed, 8 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>
diff --git a/x11-toolkits/ruby-wx/Makefile b/x11-toolkits/ruby-wx/Makefile
index 76998057a308..8691c6df7bb9 100644
--- a/x11-toolkits/ruby-wx/Makefile
+++ b/x11-toolkits/ruby-wx/Makefile
@@ -25,6 +25,9 @@ USE_WX= 2.4
WX_COMPS= contrib
.include <bsd.port.pre.mk>
+.if ${RUBY_VER} == 1.9
+BROKEN= does not build with ruby 1.9
+.endif
WRKSRC= ${WRKDIR}/${DISTNAME}/src
DOCS= README README.linux ChangeLog