aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
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 /textproc
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 'textproc')
-rw-r--r--textproc/ruby-amrita/Makefile6
-rw-r--r--textproc/ruby-xmlscan-old/Makefile6
2 files changed, 10 insertions, 2 deletions
diff --git a/textproc/ruby-amrita/Makefile b/textproc/ruby-amrita/Makefile
index 1ff6adcf3650..45295a6bf28f 100644
--- a/textproc/ruby-amrita/Makefile
+++ b/textproc/ruby-amrita/Makefile
@@ -36,4 +36,8 @@ do-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/textproc/ruby-xmlscan-old/Makefile b/textproc/ruby-xmlscan-old/Makefile
index e10232926e36..ca82d92dfdd0 100644
--- a/textproc/ruby-xmlscan-old/Makefile
+++ b/textproc/ruby-xmlscan-old/Makefile
@@ -30,4 +30,8 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/README ${RUBY_MODDOCDIR}/ja/
.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>