summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2014-07-28 18:41:48 +0000
committerSteve Wills <swills@FreeBSD.org>2014-07-28 18:41:48 +0000
commit85ea2d998997e53538627d54af2d8b972c2df6bb (patch)
tree22955d14eadc0957017abb81fa45a162de8ddb36
parentmath/ruby-gsl: Mark broken with Ruby 2.0 or newer (diff)
graphics/ruby-ming: Use standard broken message for Ruby 2.0 breakage
With hat: ruby@
Notes
Notes: svn path=/head/; revision=363224
-rw-r--r--graphics/ruby-ming/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ruby-ming/Makefile b/graphics/ruby-ming/Makefile
index f71090ed3890..29aca06bdf83 100644
--- a/graphics/ruby-ming/Makefile
+++ b/graphics/ruby-ming/Makefile
@@ -38,8 +38,8 @@ post-install:
.include <bsd.port.pre.mk>
-.if ${RUBY_VER} != 1.9
-BROKEN= Does not build
+.if ${RUBY_VER} >= 2.0
+BROKEN= Does not build with Ruby 2.0 or newer
.endif
.include <bsd.port.post.mk>