databases/rubygem-memcache: mark broken with ruby 2.2 also

This commit is contained in:
Steve Wills 2015-04-05 05:56:17 +00:00
parent e5b37dc7f9
commit 5bd0631ba9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383256

View file

@ -21,7 +21,7 @@ CONFIGURE_ARGS= "--with-opt-dir=${LOCALBASE}"
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${RUBY_VER} == 2.1 .if ${RUBY_VER} >= 2.1
BROKEN= Does not build with Ruby 2.1 BROKEN= Does not build with Ruby 2.1
.endif .endif