svn commit: r395993 - head/databases/rubygem-bdb1
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Sep 3 16:23:46 UTC 2015
Author: sunpoet
Date: Thu Sep 3 16:23:45 2015
New Revision: 395993
URL: https://svnweb.freebsd.org/changeset/ports/395993
Log:
- Use BROKEN_RUBY21 and BROKEN_RUBY22
Modified:
head/databases/rubygem-bdb1/Makefile
Modified: head/databases/rubygem-bdb1/Makefile
==============================================================================
--- head/databases/rubygem-bdb1/Makefile Thu Sep 3 16:23:41 2015 (r395992)
+++ head/databases/rubygem-bdb1/Makefile Thu Sep 3 16:23:45 2015 (r395993)
@@ -11,16 +11,12 @@ COMMENT= Ruby interface to Berkeley DB r
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
-USES= execinfo
+BROKEN_RUBY21= yes
+BROKEN_RUBY22= yes
+USES= execinfo
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-.include <bsd.port.pre.mk>
-
-.if ${RUBY_VER} >= 2.1
-BROKEN= Does not build
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-all
mailing list