From 2f5059596dfc3c4f5ff0a953c34ab060581a2e6d Mon Sep 17 00:00:00 2001 From: hans Date: Wed, 15 Feb 2012 15:08:01 +0000 Subject: Add TOOLS_DEPENDS.ghostscript to MAKEVARS, not its value. --- mk/tools/replace.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk/tools/replace.mk') 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} -- cgit v1.2.3