diff options
author | obache <obache@pkgsrc.org> | 2014-05-17 11:34:35 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-05-17 11:34:35 +0000 |
commit | fd984be5967c08587690dbd61b59900662c8b008 (patch) | |
tree | 335fa992cb8652d7f84e7d78ce3f8d22d2cca8b8 /lang | |
parent | 1f1f4d743946ba21b7a260f3bcc3dbbe069ce35c (diff) | |
download | pkgsrc-fd984be5967c08587690dbd61b59900662c8b008.tar.gz |
Update comments for ruby21.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby/rubyversion.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk index 30f3aae17f3..4cb13e214c8 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.117 2014/05/01 12:45:09 taca Exp $ +# $NetBSD: rubyversion.mk,v 1.118 2014/05/17 11:34:35 obache Exp $ # # This file determines which Ruby version is used as a dependency for @@ -48,7 +48,7 @@ # If "Yes", the package dosen't depend on any version of Ruby, such # as editing mode for emacs. In this case, package's name would begin # with "ruby-". Otherwise, the package's name is begin with -# ${RUBY_PKGPREFIX}; "ruby18", "ruby193" or "ruby200". +# ${RUBY_PKGPREFIX}; "ruby18", "ruby193" , "ruby200" or "ruby21". # # Possible values: Yes No # Default: No @@ -69,7 +69,7 @@ # RUBY_VER # Really selected version of ruby. # -# Possible values: 18 193 200 +# Possible values: 18 193 200 21 # # Use this variable in pkgsrc's Makefile # |