graphics/ruby-ming: Use standard broken message for Ruby 2.0 breakage
With hat: ruby@
This commit is contained in:
parent
a26d4156ac
commit
85ea2d9989
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363224
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue