diff options
author | swills <swills@FreeBSD.org> | 2014-07-28 18:41:48 +0000 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-07-28 18:41:48 +0000 |
commit | 9836cf8754d06504f335a29789f9b4aabe8c4fc9 (patch) | |
tree | 22955d14eadc0957017abb81fa45a162de8ddb36 | |
parent | 878fd243a49d1aff8c2efe2345b505d15d61b8d6 (diff) | |
download | FreeBSD-ports-9836cf8754d06504f335a29789f9b4aabe8c4fc9.zip FreeBSD-ports-9836cf8754d06504f335a29789f9b4aabe8c4fc9.tar.gz |
graphics/ruby-ming: Use standard broken message for Ruby 2.0 breakage
With hat: ruby@
-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 f71090e..29aca06 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> |