diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-09-04 00:23:45 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-09-04 00:23:45 +0800 |
commit | 169aa990f1ad6656c925a6a8cfcba7a24bbc1cb0 (patch) | |
tree | 0a42cf85e4e58876c2023cf7661e433cd702fbd4 /databases | |
parent | 6d9e1caa161603810c8218b5fb75b859f8a6f634 (diff) | |
download | freebsd-ports-gnome-169aa990f1ad6656c925a6a8cfcba7a24bbc1cb0.tar.gz freebsd-ports-gnome-169aa990f1ad6656c925a6a8cfcba7a24bbc1cb0.tar.zst freebsd-ports-gnome-169aa990f1ad6656c925a6a8cfcba7a24bbc1cb0.zip |
- Use BROKEN_RUBY21 and BROKEN_RUBY22
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> |