security/ruby-camellia: mark broken with ruby 2.2 also

This commit is contained in:
Steve Wills 2015-04-04 12:04:22 +00:00
parent b3db5c49bb
commit 71d32b044f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383200

View File

@ -34,8 +34,8 @@ post-install:
.include <bsd.port.pre.mk>
.if ${RUBY_VER} == 2.1
BROKEN= Does not build with Ruby 2.1
.if ${RUBY_VER} >= 2.1
BROKEN= Does not build
.endif
.include <bsd.port.post.mk>