diff options
author | taca <taca> | 2012-09-16 01:23:17 +0000 |
---|---|---|
committer | taca <taca> | 2012-09-16 01:23:17 +0000 |
commit | 2dd4416e3c21c767fa5ce74a57dd2793c102bb0f (patch) | |
tree | 89c3456eb25d4ca7210bd25c74a2a064650cd5e9 /lang | |
parent | 37ea9fcafae9991cab1a40ae8d5d19810282fd9e (diff) | |
download | pkgsrc-2dd4416e3c21c767fa5ce74a57dd2793c102bb0f.tar.gz |
Change order in RUBY_VERSION_SUPPORTED, default version come first for now.
Diffstat (limited to 'lang')
-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 e7777b0cbc9..155aa311593 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.84 2012/08/11 13:38:50 obache Exp $ +# $NetBSD: rubyversion.mk,v 1.85 2012/09/16 01:23:17 taca Exp $ # # This file determines which Ruby version is used as a dependency for @@ -215,7 +215,7 @@ RUBY193_API_VERSION= 1.9.1 # RUBY_VERSION_DEFAULT?= 193 -RUBY_VERSION_SUPPORTED?= 18 192 193 +RUBY_VERSION_SUPPORTED?= 193 192 18 RUBY_VER?= ${RUBY_VERSION_DEFAULT} RUBY_VER_MAP.192= 19 |