aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-bdb1
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2015-04-03 17:04:36 +0000
committerSteve Wills <swills@FreeBSD.org>2015-04-03 17:04:36 +0000
commit60dd4f53e7343ed8bfb17d602f3d6d78585120dd (patch)
tree8aed34794f714e2aafbd5199c2a708ae12b9c221 /databases/rubygem-bdb1
parent029701d782e769b599f5db44346aa364a18369ad (diff)
downloadports-60dd4f53e7343ed8bfb17d602f3d6d78585120dd.tar.gz
ports-60dd4f53e7343ed8bfb17d602f3d6d78585120dd.zip
devel/rubygem-bdb1: also does not build with ruby 2.2
Notes
Notes: svn path=/head/; revision=383153
Diffstat (limited to 'databases/rubygem-bdb1')
-rw-r--r--databases/rubygem-bdb1/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/rubygem-bdb1/Makefile b/databases/rubygem-bdb1/Makefile
index d23e2d692efc..0969c3373e9c 100644
--- a/databases/rubygem-bdb1/Makefile
+++ b/databases/rubygem-bdb1/Makefile
@@ -19,8 +19,8 @@ RUBYGEM_AUTOPLIST= yes
.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>