diff options
author | hans <hans> | 2012-02-15 15:08:01 +0000 |
---|---|---|
committer | hans <hans> | 2012-02-15 15:08:01 +0000 |
commit | 280a7b5b6bfcc311711242e6bfa8f5ecf682d718 (patch) | |
tree | fa2c1680eb96967d3da731af8f1d84acaf4edbd7 /mk | |
parent | ef16e75cf336d6faa81c25f3cec056f84a08779b (diff) | |
download | pkgsrc-280a7b5b6bfcc311711242e6bfa8f5ecf682d718.tar.gz |
Add TOOLS_DEPENDS.ghostscript to MAKEVARS, not its value.
Diffstat (limited to '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} |