From 85ea2d998997e53538627d54af2d8b972c2df6bb Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Mon, 28 Jul 2014 18:41:48 +0000 Subject: [PATCH] graphics/ruby-ming: Use standard broken message for Ruby 2.0 breakage With hat: ruby@ --- graphics/ruby-ming/Makefile | 4 ++-- 1 file 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 -.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