summaryrefslogtreecommitdiff
path: root/mk/tools/replace.mk
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-12-27 19:22:18 +0000
committerjoerg <joerg@pkgsrc.org>2006-12-27 19:22:18 +0000
commite74c040a788175a3e1f3797cf31ca0b66ae7ccca (patch)
treed15a6c1b763b2b4fe02b0e52ae313e20e46b7563 /mk/tools/replace.mk
parent6e8bdc0c9db1e1ae3e3df88a2cd3c4a3ebb9ba30 (diff)
downloadpkgsrc-e74c040a788175a3e1f3797cf31ca0b66ae7ccca.tar.gz
Use print/ghostscript as default now that it is newer than
print/ghostscript-gnu.
Diffstat (limited to 'mk/tools/replace.mk')
-rw-r--r--mk/tools/replace.mk4
1 files changed, 2 insertions, 2 deletions
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}