diff options
author | taca <taca@pkgsrc.org> | 2002-06-09 11:29:53 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2002-06-09 11:29:53 +0000 |
commit | 7d42072c4ab32d43ea8b3b041df01b45b212eebd (patch) | |
tree | fb09723408bb2c0c5ef348042411714d4417bc8d /lang | |
parent | f793e8cde0099d2d1578c836a54010b176ab8bb3 (diff) | |
download | pkgsrc-7d42072c4ab32d43ea8b3b041df01b45b212eebd.tar.gz |
Delete support for ruby 1.4.X based package.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby-base/Makefile.common | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lang/ruby-base/Makefile.common b/lang/ruby-base/Makefile.common index c237177666b..74bcc905434 100644 --- a/lang/ruby-base/Makefile.common +++ b/lang/ruby-base/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.7 2002/03/02 09:10:54 taca Exp $ +# $NetBSD: Makefile.common,v 1.8 2002/06/09 11:29:53 taca Exp $ # FreeBSD: ports/Mk/bsd.ruby.mk,v 1.11 2000/11/16 17:59:40 knu Exp # Makefile.common: ruby common makefile, based on FreeBSD's bsd.ruby.mk. @@ -64,11 +64,7 @@ RUBY_VER?= 1.6 RUBY?= ${LOCALBASE}/bin/${RUBY_NAME} -.if ${RUBY_VER} < 1.5 -RUBY_VERSION?= 1.4.6 -RUBY_SUFFIX?= ${_RUBY_SUFFIX} -RUBY_IRB_VERSION= 0.6.1 -.elif ${RUBY_VER} < 1.7 +.if ${RUBY_VER} < 1.7 RUBY_VERSION?= 1.6.7 RUBY_SUFFIX?= # empty .else |