diff options
Diffstat (limited to 'lang')
-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 7fba1199d9b..3abb788d8b6 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2016/09/08 15:19:17 joerg Exp $ +# $NetBSD: Makefile,v 1.61 2017/04/22 18:27:04 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_VERSIONS_ACCEPTED= 23 22 21 18 +RUBY_VERSIONS_ACCEPTED= 23 22 21 .include "../../lang/ruby/rubyversion.mk" |