diff options
author | taca <taca@pkgsrc.org> | 2001-07-04 15:18:27 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2001-07-04 15:18:27 +0000 |
commit | 3967175add348b27d735949350b6f8965dc50202 (patch) | |
tree | 4f04acd05101db23dd4b2e1447e5235f4b584315 /textproc | |
parent | c041ff80546d4ceb70c6302d9df985aca436584f (diff) | |
download | pkgsrc-3967175add348b27d735949350b6f8965dc50202.tar.gz |
define USE_RUBY_RD implies USE_RUBY.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-rdtool/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/ruby-rdtool/Makefile.common b/textproc/ruby-rdtool/Makefile.common index 30410b8c960..939d93398ad 100644 --- a/textproc/ruby-rdtool/Makefile.common +++ b/textproc/ruby-rdtool/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1.1.1 2001/07/01 00:00:03 taca Exp $ +# $NetBSD: Makefile.common,v 1.2 2001/07/04 15:18:27 taca Exp $ # # USE_RUBY_RD - Says that the package uses rd to generate documents. @@ -14,6 +14,7 @@ RUBY_RD_VERSION = 0.6.10 RUBY_RD_REQD = 0.6.7 .if defined(USE_RUBY_RD) +USE_RUBY= # defined BUILD_DEPENDS+= ${RUBY_PKGNAMEPREFIX}rdtool>=${RUBY_RD_REQD}:../../textproc/ruby-rdtool .endif |