diff options
author | cheusov <cheusov@pkgsrc.org> | 2012-10-03 23:48:00 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2012-10-03 23:48:00 +0000 |
commit | 03314fe002e318b3b484c76c8f2fe441866f6031 (patch) | |
tree | 5bc794f78061ceac2d7865bd6f21873451a23326 /lang/ruby | |
parent | 09c2b55cbae3777ff1fe9662efe555c043116479 (diff) | |
download | pkgsrc-03314fe002e318b3b484c76c8f2fe441866f6031.tar.gz |
Move documentation for *_REQD variables to "Infrastructure variables"
as suggested by obache@
Diffstat (limited to 'lang/ruby')
-rw-r--r-- | lang/ruby/rubyversion.mk | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk index ec1d7769e86..fafcfc27c65 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.88 2012/09/16 20:03:50 cheusov Exp $ +# $NetBSD: rubyversion.mk,v 1.89 2012/10/03 23:48:00 cheusov Exp $ # # This file determines which Ruby version is used as a dependency for @@ -27,10 +27,11 @@ # Possible values: Yes No # Default: Yes # +# === Infrastructure variables === +# # RUBY_VERSION_REQD -# Ruby version to use. This is a user variable and -# should not be set in packages. -# Normally it is used by bulk build tools. +# Ruby version to use. This variable should not be set in +# packages. Normally it is used by bulk build tools. # # Possible values: ${RUBY_VERSION_SUPPORTED} # Default: ${RUBY_VERSION_DEFAULT} |