diff options
author | taca <taca@pkgsrc.org> | 2004-03-07 03:33:45 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2004-03-07 03:33:45 +0000 |
commit | 6c1257ec9cd9fbcb3889148666895279cc39c38c (patch) | |
tree | 0d6bbb3a0bf736901dca3b652482c1931bb82a69 /lang | |
parent | 26e62c755fd74b8d510b3cc60dfbb0ac2abfa380 (diff) | |
download | pkgsrc-6c1257ec9cd9fbcb3889148666895279cc39c38c.tar.gz |
Remove USE_RUBY_AMSTD since no package use it now.
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 ac0eeecb623..2408c5a1bba 100644 --- a/lang/ruby-base/Makefile.common +++ b/lang/ruby-base/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.16 2004/02/03 00:18:22 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.17 2004/03/07 03:33:45 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. @@ -22,7 +22,7 @@ # RUBY_EXTCONF_SUBDIRS - Set to list of subdirectories, if multiple modules # are included. # USE_RUBY_SETUP - Says that the package uses setup.rb to configure and -# build. Implies USE_RUBY_AMSTD. +# build. # RUBY_SETUP - Set to the alternative name of setup.rb (default: # setup.rb). # REPLACE_RUBY - Specify the files whose first line be replaced. @@ -286,10 +286,6 @@ BUILD_DEPENDS+= ${RUBY_PKGNAMEPREFIX}base>=${RUBY_REQD}:../../lang/ruby${RUBY_S .endif .endif -.if defined(USE_RUBY_AMSTD) -.include "../../devel/ruby-amstd/Makefile.common" -.endif - MASTER_SITE_RUBY?= \ ftp://ftp.ruby-lang.org/pub/ruby/${RUBY_VER}/ \ ftp://ftp.zetabits.com/pub/lang/ruby/${RUBY_VER}/ \ |