diff options
-rw-r--r-- | lang/ruby/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index b2c216a63e4..28ca7cf2de3 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2015/11/23 15:46:59 taca Exp $ +# $NetBSD: Makefile,v 1.58 2015/12/30 15:04:39 taca Exp $ DISTNAME= # empty PKGNAME= ruby-${RUBY_VERSION_FULL} @@ -15,7 +15,7 @@ CONFLICTS= pkg_alternatives-[0-9]* NO_CONFIGURE= yes NO_BUILD= yes -RUBY_VERSION_SUPPORTED= 22 21 200 18 +RUBY_VERSION_SUPPORTED= 23 22 21 200 18 .include "../../lang/ruby/rubyversion.mk" |