diff options
author | taca <taca> | 2001-07-04 16:00:39 +0000 |
---|---|---|
committer | taca <taca> | 2001-07-04 16:00:39 +0000 |
commit | 8e1adeb5846bf7943e42f3d6ae23898d83eaaf07 (patch) | |
tree | b7195b46e8d67774ecfb5a5c9070dc0ae22d096a | |
parent | dc70eb98750d208bbad97b61fda94e328e9e25d6 (diff) | |
download | pkgsrc-8e1adeb5846bf7943e42f3d6ae23898d83eaaf07.tar.gz |
define USE_RUBY using "?=" instead of "=".
-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 |