From 7d42072c4ab32d43ea8b3b041df01b45b212eebd Mon Sep 17 00:00:00 2001 From: taca Date: Sun, 9 Jun 2002 11:29:53 +0000 Subject: Delete support for ruby 1.4.X based package. --- lang/ruby-base/Makefile.common | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'lang') 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 -- cgit v1.2.3