diff options
author | taca <taca@pkgsrc.org> | 2004-02-20 15:32:52 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2004-02-20 15:32:52 +0000 |
commit | 010de15156759fa64976432c69156a1b988abd34 (patch) | |
tree | 2f2750cc011901d3febe1f281f6eb1a0461ee7fe /lang | |
parent | 59ccf491c2ff6bbc233740e0e64ce3a0a55c239e (diff) | |
download | pkgsrc-010de15156759fa64976432c69156a1b988abd34.tar.gz |
Add empty CONFIG_STATUS_OVERRIDE since Ruby's build process uses
config.status's content.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby-base/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/ruby-base/Makefile b/lang/ruby-base/Makefile index 2b9b484159d..3618620841e 100644 --- a/lang/ruby-base/Makefile +++ b/lang/ruby-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2004/01/20 12:19:17 agc Exp $ +# $NetBSD: Makefile,v 1.23 2004/02/20 15:32:52 taca Exp $ # FreeBSD Id: ports/lang/ruby/Makefile,v 1.39 2000/10/20 19:56:03 knu Exp DISTNAME= ${RUBY_DISTNAME} @@ -23,6 +23,8 @@ CONFIGURE_ARGS= --enable-shared MLINKS= ruby${_RUBY_SUFFIX}.1 ruby.1 TEST_TARGET= test CONFIGURE_ENV+= PREFIX="${PREFIX}" +# Ruby build process depends on config.status's content +CONFIG_STATUS_OVERRIDE= # empty DOCS= ChangeLog README README.EXT README.EXT.ja README.ja ToDo \ doc/NEWS doc/forwardable.rd doc/forwardable.rd.ja \ |