diff options
-rw-r--r-- | graphics/ruby-ming/Makefile | 4 |
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> |