diff options
| author | Steve Wills <swills@FreeBSD.org> | 2016-02-02 01:26:00 +0000 |
|---|---|---|
| committer | Steve Wills <swills@FreeBSD.org> | 2016-02-02 01:26:00 +0000 |
| commit | 9745c7ac307d93f940666ad8a39555a2d1e5d1b8 (patch) | |
| tree | 197c775b771faa67e07ad1b24f3359127636bc61 /databases/ruby-bdb/Makefile | |
| parent | 8d77480356f58d6d8d1c69884d1ba9cc98ed383a (diff) | |
Notes
Diffstat (limited to 'databases/ruby-bdb/Makefile')
| -rw-r--r-- | databases/ruby-bdb/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/databases/ruby-bdb/Makefile b/databases/ruby-bdb/Makefile index 0b6ecc509bd9..0bc8dc1bac08 100644 --- a/databases/ruby-bdb/Makefile +++ b/databases/ruby-bdb/Makefile @@ -21,8 +21,6 @@ USE_BDB= yes OPTIONS_DEFINE= DOCS EXAMPLES -BROKEN_RUBY23= yes - USE_RUBY= yes USE_RUBY_EXTCONF= yes USE_RUBY_RDOC= yes @@ -59,10 +57,6 @@ SHEBANG_FILES= examples/record.rb \ .include <bsd.port.pre.mk> -.if ${RUBY_VER} >= 2.0 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src-features.rb -.endif - .if ${RUBY_VER} >= 2.1 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-bdbxml2-bdbxml.h .endif @@ -71,7 +65,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-bdbxml2-bdbxml.h EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src-common.c-21 .endif -.if ${RUBY_VER} == 2.2 +.if ${RUBY_VER} >= 2.2 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src-common.c-22 \ ${FILESDIR}/extra-patch-src-recnum.c-22 \ ${FILESDIR}/extra-patch-src-cursor.c-22 |
