aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-bdb1
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-09-03 16:23:45 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-09-03 16:23:45 +0000
commita16cb6df574bdf692f197f408f3b26c6a64fde64 (patch)
tree0a42cf85e4e58876c2023cf7661e433cd702fbd4 /databases/rubygem-bdb1
parentc4ad7d142e23c0dc601b098ee8c07608bc2971b7 (diff)
downloadports-a16cb6df574bdf692f197f408f3b26c6a64fde64.tar.gz
ports-a16cb6df574bdf692f197f408f3b26c6a64fde64.zip
- Use BROKEN_RUBY21 and BROKEN_RUBY22
Notes
Notes: svn path=/head/; revision=395993
Diffstat (limited to 'databases/rubygem-bdb1')
-rw-r--r--databases/rubygem-bdb1/Makefile12
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>