diff options
author | hans <hans@pkgsrc.org> | 2012-02-15 15:08:01 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-15 15:08:01 +0000 |
commit | 2f5059596dfc3c4f5ff0a953c34ab060581a2e6d (patch) | |
tree | fa2c1680eb96967d3da731af8f1d84acaf4edbd7 /mk/tools/replace.mk | |
parent | ad541237a2764296bf467f843a6d1ba830b4bf70 (diff) | |
download | pkgsrc-2f5059596dfc3c4f5ff0a953c34ab060581a2e6d.tar.gz |
Add TOOLS_DEPENDS.ghostscript to MAKEVARS, not its value.
Diffstat (limited to 'mk/tools/replace.mk')
-rw-r--r-- | mk/tools/replace.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/tools/replace.mk b/mk/tools/replace.mk index 1bae6b41ed3..21c7220bd02 100644 --- a/mk/tools/replace.mk +++ b/mk/tools/replace.mk @@ -1,4 +1,4 @@ -# $NetBSD: replace.mk,v 1.243 2012/02/06 12:49:38 fhajny Exp $ +# $NetBSD: replace.mk,v 1.244 2012/02/15 15:08:01 hans Exp $ # # Copyright (c) 2005 The NetBSD Foundation, Inc. # All rights reserved. @@ -1047,7 +1047,7 @@ GHOSTSCRIPT_REQD?= 6.01 .if !defined(TOOLS_DEPENDS.ghostscript) _TOOLS_DEP.ghostscript:= ghostscript TOOLS_DEPENDS.ghostscript= ghostscript>=${GHOSTSCRIPT_REQD}:../../print/ghostscript -MAKEVARS+= ${TOOLS_DEPENDS.ghostscript} +MAKEVARS+= TOOLS_DEPENDS.ghostscript .endif .for _t_ in ${_TOOLS.ghostscript} |