summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2014-07-28 17:54:40 +0000
committerSteve Wills <swills@FreeBSD.org>2014-07-28 17:54:40 +0000
commita388d66ab4de2c6924ee326e13008c5f66c4924c (patch)
tree021247b1cef7983fb1bceeebdcd7bec39182fd38
parentsysutils/ansible: update to 1.6.10 (diff)
graphics/ruby-ming: Mark broken for Ruby 2.0 and 2.1
With hat: ruby@
-rw-r--r--graphics/ruby-ming/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/ruby-ming/Makefile b/graphics/ruby-ming/Makefile
index d10fc6cddc0b..f71090ed3890 100644
--- a/graphics/ruby-ming/Makefile
+++ b/graphics/ruby-ming/Makefile
@@ -36,4 +36,10 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}/
.endfor
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${RUBY_VER} != 1.9
+BROKEN= Does not build
+.endif
+
+.include <bsd.port.post.mk>