diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-09-03 16:23:45 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-09-03 16:23:45 +0000 |
commit | a16cb6df574bdf692f197f408f3b26c6a64fde64 (patch) | |
tree | 0a42cf85e4e58876c2023cf7661e433cd702fbd4 /databases | |
parent | c4ad7d142e23c0dc601b098ee8c07608bc2971b7 (diff) | |
download | ports-a16cb6df574bdf692f197f408f3b26c6a64fde64.tar.gz ports-a16cb6df574bdf692f197f408f3b26c6a64fde64.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/rubygem-bdb1/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/databases/rubygem-bdb1/Makefile b/databases/rubygem-bdb1/Makefile index 0969c3373e9c..fcbd9cff4cee 100644 --- a/databases/rubygem-bdb1/Makefile +++ b/databases/rubygem-bdb1/Makefile @@ -11,16 +11,12 @@ COMMENT= Ruby interface to Berkeley DB revision 1.8x with full feature support 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> |