diff options
author | obache <obache@pkgsrc.org> | 2014-01-14 11:14:07 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-01-14 11:14:07 +0000 |
commit | dd14bfb17dc5d08f68f3abbf50e15cbed5f22e38 (patch) | |
tree | a71100b7b1fcd828bc9da1b132225d2c3369067b /lang/ruby | |
parent | e80d2abe9e4dd3d00f6e7260c59d40243700bc99 (diff) | |
download | pkgsrc-dd14bfb17dc5d08f68f3abbf50e15cbed5f22e38.tar.gz |
fixes comment for RUBY_VERSION_SUPPORTED.
200 is also in default.
Diffstat (limited to 'lang/ruby')
-rw-r--r-- | lang/ruby/rubyversion.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk index d4c9172b3e9..ff19b1fb169 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.106 2013/11/24 14:22:03 taca Exp $ +# $NetBSD: rubyversion.mk,v 1.107 2014/01/14 11:14:07 obache Exp $ # # This file determines which Ruby version is used as a dependency for @@ -42,7 +42,7 @@ # The Ruby versions that are acceptable for the package. # # Possible values: 18 193 200 -# Default: 18 193 +# Default: 18 193 200 # # RUBY_NOVERSION # If "Yes", the package dosen't depend on any version of Ruby, such |