diff options
author | taca <taca@pkgsrc.org> | 2015-03-08 16:32:32 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-03-08 16:32:32 +0000 |
commit | 4cade7eac337d944105b3805ce47fac8b474776d (patch) | |
tree | 8d6863993f6cceef0756af26e815e96eb3ae2d00 /lang/ruby | |
parent | f20a8652a3f094c130976a16af61dbf629f4030c (diff) | |
download | pkgsrc-4cade7eac337d944105b3805ce47fac8b474776d.tar.gz |
Allow build with ruby22-base.
Diffstat (limited to 'lang/ruby')
-rw-r--r-- | lang/ruby/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index ad8cef3f7bc..724e4b27d43 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2014/03/13 17:06:42 taca Exp $ +# $NetBSD: Makefile,v 1.56 2015/03/08 16:32:32 taca Exp $ DISTNAME= # empty PKGNAME= ruby-${RUBY_VERSION_FULL} @@ -15,6 +15,8 @@ CONFLICTS= pkg_alternatives-[0-9]* NO_CONFIGURE= yes NO_BUILD= yes +RUBY_VERSION_SUPPORTED= 22 21 200 193 18 + .include "../../lang/ruby/rubyversion.mk" DEPENDS+= ${RUBY_BASE}>=${RUBY_VERSION}:${RUBY_SRCDIR} |