pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/tools Use print/ghostscript as default now that it ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3abd98b63c8c
branches:  trunk
changeset: 522860:3abd98b63c8c
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Dec 27 19:22:18 2006 +0000

description:
Use print/ghostscript as default now that it is newer than
print/ghostscript-gnu.

diffstat:

 mk/tools/replace.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ec479392ec86 -r 3abd98b63c8c mk/tools/replace.mk
--- a/mk/tools/replace.mk       Wed Dec 27 18:19:09 2006 +0000
+++ b/mk/tools/replace.mk       Wed Dec 27 19:22:18 2006 +0000
@@ -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 @@
 .  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}



Home | Main Index | Thread Index | Old Index