summaryrefslogtreecommitdiff
path: root/mk/tools
diff options
context:
space:
mode:
authorjoerg <joerg>2006-12-27 19:22:18 +0000
committerjoerg <joerg>2006-12-27 19:22:18 +0000
commit1c53f100544d262d9b5bb8f3b21b9c95996158c9 (patch)
treed15a6c1b763b2b4fe02b0e52ae313e20e46b7563 /mk/tools
parent749246d18e9bd8925680b6ddb09f6f4694f2d105 (diff)
downloadpkgsrc-1c53f100544d262d9b5bb8f3b21b9c95996158c9.tar.gz
Use print/ghostscript as default now that it is newer than
print/ghostscript-gnu.
Diffstat (limited to 'mk/tools')
-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}