diff options
author | swills <swills@FreeBSD.org> | 2015-04-04 01:04:36 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2015-04-04 01:04:36 +0800 |
commit | 087a3baaaccc565369da89b02a3e11c73c572786 (patch) | |
tree | 8aed34794f714e2aafbd5199c2a708ae12b9c221 /databases | |
parent | 2dbc683fc00b42075698141892825a1e60092b19 (diff) | |
download | freebsd-ports-gnome-087a3baaaccc565369da89b02a3e11c73c572786.tar.gz freebsd-ports-gnome-087a3baaaccc565369da89b02a3e11c73c572786.tar.zst freebsd-ports-gnome-087a3baaaccc565369da89b02a3e11c73c572786.zip |
devel/rubygem-bdb1: also does not build with ruby 2.2
Diffstat (limited to 'databases')
-rw-r--r-- | databases/rubygem-bdb1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/rubygem-bdb1/Makefile b/databases/rubygem-bdb1/Makefile index d23e2d692efc..0969c3373e9c 100644 --- a/databases/rubygem-bdb1/Makefile +++ b/databases/rubygem-bdb1/Makefile @@ -19,8 +19,8 @@ RUBYGEM_AUTOPLIST= yes .include <bsd.port.pre.mk> -.if ${RUBY_VER} == 2.1 -BROKEN= Does not build with Ruby 2.1 +.if ${RUBY_VER} >= 2.1 +BROKEN= Does not build .endif .include <bsd.port.post.mk> |