diff options
Diffstat (limited to 'textproc/ruby-rdtool/Makefile.common')
-rw-r--r-- | textproc/ruby-rdtool/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ruby-rdtool/Makefile.common b/textproc/ruby-rdtool/Makefile.common index 939d93398ad..e138ca0e9f7 100644 --- a/textproc/ruby-rdtool/Makefile.common +++ b/textproc/ruby-rdtool/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2001/07/04 15:18:27 taca Exp $ +# $NetBSD: Makefile.common,v 1.3 2001/07/04 16:00:39 taca Exp $ # # USE_RUBY_RD - Says that the package uses rd to generate documents. @@ -14,7 +14,7 @@ RUBY_RD_VERSION = 0.6.10 RUBY_RD_REQD = 0.6.7 .if defined(USE_RUBY_RD) -USE_RUBY= # defined +USE_RUBY?= # defined BUILD_DEPENDS+= ${RUBY_PKGNAMEPREFIX}rdtool>=${RUBY_RD_REQD}:../../textproc/ruby-rdtool .endif |