1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

devel/rubygem-bdb1: also does not build with ruby 2.2

This commit is contained in:
Steve Wills 2015-04-03 17:04:36 +00:00
parent 029701d782
commit 60dd4f53e7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383153

View File

@ -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>