svn commit: r383153 - head/databases/rubygem-bdb1
Steve Wills
swills at FreeBSD.org
Fri Apr 3 17:04:37 UTC 2015
Author: swills
Date: Fri Apr 3 17:04:36 2015
New Revision: 383153
URL: https://svnweb.freebsd.org/changeset/ports/383153
Log:
devel/rubygem-bdb1: also does not build with ruby 2.2
Modified:
head/databases/rubygem-bdb1/Makefile
Modified: head/databases/rubygem-bdb1/Makefile
==============================================================================
--- head/databases/rubygem-bdb1/Makefile Fri Apr 3 17:01:54 2015 (r383152)
+++ head/databases/rubygem-bdb1/Makefile Fri Apr 3 17:04:36 2015 (r383153)
@@ -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>
More information about the svn-ports-all
mailing list