summaryrefslogtreecommitdiff
path: root/textproc/ruby-rdtool
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2001-07-04 16:00:39 +0000
committertaca <taca@pkgsrc.org>2001-07-04 16:00:39 +0000
commit96b1808f4975dc9d86a587a47beb493f8cb875f0 (patch)
treeb7195b46e8d67774ecfb5a5c9070dc0ae22d096a /textproc/ruby-rdtool
parent3967175add348b27d735949350b6f8965dc50202 (diff)
downloadpkgsrc-96b1808f4975dc9d86a587a47beb493f8cb875f0.tar.gz
define USE_RUBY using "?=" instead of "=".
Diffstat (limited to 'textproc/ruby-rdtool')
-rw-r--r--textproc/ruby-rdtool/Makefile.common4
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