From e74c040a788175a3e1f3797cf31ca0b66ae7ccca Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 27 Dec 2006 19:22:18 +0000 Subject: Use print/ghostscript as default now that it is newer than print/ghostscript-gnu. --- mk/tools/replace.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk/tools') diff --git a/mk/tools/replace.mk b/mk/tools/replace.mk index b958a0a9902..4d743880c2c 100644 --- a/mk/tools/replace.mk +++ b/mk/tools/replace.mk @@ -1,4 +1,4 @@ -# $NetBSD: replace.mk,v 1.178 2006/11/03 19:08:58 joerg Exp $ +# $NetBSD: replace.mk,v 1.179 2006/12/27 19:22:18 joerg Exp $ # # Copyright (c) 2005 The NetBSD Foundation, Inc. # All rights reserved. @@ -936,7 +936,7 @@ _TOOLS_DEP.ghostscript:= ${_TOOLS_DEP.ghostscript},ghostscript-gnu . if (defined(PKG_OPTIONS) && !empty(PKG_OPTIONS:Mcups)) _TOOLS_PKGSRCDIR.ghostscript= ../../print/ghostscript-esp . else -_TOOLS_PKGSRCDIR.ghostscript= ../../print/ghostscript-gnu +_TOOLS_PKGSRCDIR.ghostscript= ../../print/ghostscript . endif TOOLS_DEPENDS.ghostscript= {${_TOOLS_DEP.ghostscript}}>=${GHOSTSCRIPT_REQD}:${_TOOLS_PKGSRCDIR.ghostscript} MAKEVARS+= ${TOOLS_DEPENDS.ghostscript} -- cgit v1.2.3