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

View File

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