From 3967175add348b27d735949350b6f8965dc50202 Mon Sep 17 00:00:00 2001 From: taca Date: Wed, 4 Jul 2001 15:18:27 +0000 Subject: [PATCH] define USE_RUBY_RD implies USE_RUBY. --- textproc/ruby-rdtool/Makefile.common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/ruby-rdtool/Makefile.common b/textproc/ruby-rdtool/Makefile.common index 30410b8c960c..939d93398ad5 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