diff options
-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 |