diff options
author | taca <taca@pkgsrc.org> | 2012-09-16 15:21:30 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-09-16 15:21:30 +0000 |
commit | 939857b855b2702a28fd77c17c363a54f11989b3 (patch) | |
tree | 87a419662dc9614459d00aefb178db13cce99138 /lang | |
parent | 5456d5ad75c4a70b3ad5df4aefafa46415ada529 (diff) | |
download | pkgsrc-939857b855b2702a28fd77c17c363a54f11989b3.tar.gz |
Remove support of ruby19 (Ruby 1.9.2).
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby/Makefile.common | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/ruby/Makefile.common b/lang/ruby/Makefile.common index f00bf6030d4..527ea6b2953 100644 --- a/lang/ruby/Makefile.common +++ b/lang/ruby/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.27 2012/03/21 15:40:12 taca Exp $ +# $NetBSD: Makefile.common,v 1.28 2012/09/16 15:21:30 taca Exp $ # # Ruby base distribution common definition # used by databases/ruby-gdbm/Makefile @@ -8,8 +8,6 @@ # used by devel/ruby-fiddle/Makefile # used by lang/ruby18/Makefile # used by lang/ruby18-base/Makefile -# used by lang/ruby19/Makefile -# used by lang/ruby19-base/Makefile # used by lang/ruby193/Makefile # used by lang/ruby193-base/Makefile # used by textproc/ruby-psych/Makefile @@ -21,7 +19,7 @@ # # Ruby's license -.if ${RUBY_VER} == "18" || ${RUBY_VER} == "19" +.if ${RUBY_VER} == "18" LICENSE= gnu-gpl-v2 OR ruby-license .else LICENSE= 2-clause-bsd OR ruby-license |