diff options
author | taca <taca> | 2012-09-16 15:21:30 +0000 |
---|---|---|
committer | taca <taca> | 2012-09-16 15:21:30 +0000 |
commit | 8f6928793f38fc347b36e49dad44da7973e4b870 (patch) | |
tree | 87a419662dc9614459d00aefb178db13cce99138 /lang | |
parent | da9289c47d35177dcbf7d802c814e4fc6f01746d (diff) | |
download | pkgsrc-8f6928793f38fc347b36e49dad44da7973e4b870.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 |