diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-07-28 18:41:48 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-07-28 18:41:48 +0000 |
commit | 85ea2d998997e53538627d54af2d8b972c2df6bb (patch) | |
tree | 22955d14eadc0957017abb81fa45a162de8ddb36 | |
parent | a26d4156ac6014ac8c112039e41d77688711ab82 (diff) | |
download | ports-85ea2d998997e53538627d54af2d8b972c2df6bb.tar.gz ports-85ea2d998997e53538627d54af2d8b972c2df6bb.zip |
Notes
-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> |