diff --git a/devel/rubygem-cool.io/Makefile b/devel/rubygem-cool.io/Makefile index dce4361bdf0b..11d6871952e9 100644 --- a/devel/rubygem-cool.io/Makefile +++ b/devel/rubygem-cool.io/Makefile @@ -1,24 +1,24 @@ # $FreeBSD$ PORTNAME= cool.io PORTVERSION= 1.2.4 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= kuriyama@FreeBSD.org COMMENT= Gems for cool.io RUN_DEPENDS= \ rubygem-iobuffer>=1.0.0:${PORTSDIR}/devel/rubygem-iobuffer USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include -.if ${RUBY_VER} == 2.1 -BROKEN= Does not build with Ruby 2.1 +.if ${RUBY_VER} >= 2.2 +BROKEN= Does not build .endif .include