pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/tools Skip gs as tool during build of print/ghostsc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/914238f9e61f
branches:  trunk
changeset: 522861:914238f9e61f
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Dec 27 19:27:40 2006 +0000

description:
Skip gs as tool during build of print/ghostscript6.

diffstat:

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

diffs (19 lines):

diff -r 3abd98b63c8c -r 914238f9e61f mk/tools/replace.mk
--- a/mk/tools/replace.mk       Wed Dec 27 19:22:18 2006 +0000
+++ b/mk/tools/replace.mk       Wed Dec 27 19:27:40 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: replace.mk,v 1.179 2006/12/27 19:22:18 joerg Exp $
+# $NetBSD: replace.mk,v 1.180 2006/12/27 19:27:40 joerg Exp $
 #
 # Copyright (c) 2005 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -947,7 +947,8 @@
 .    if !empty(PKGPATH:Mprint/ghostscript) || \
         !empty(PKGPATH:Mprint/ghostscript-afpl) || \
         !empty(PKGPATH:Mprint/ghostscript-esp) || \
-        !empty(PKGPATH:Mprint/ghostscript-gnu)
+        !empty(PKGPATH:Mprint/ghostscript-gnu) || \
+        !empty(PKGPATH:Mprint/ghostscript6)
 MAKEFLAGS+=            TOOLS_IGNORE.${_t_}=
 .    elif !empty(_TOOLS_USE_PKGSRC.${_t_}:M[yY][eE][sS])
 TOOLS_DEPENDS.${_t_}?= ${TOOLS_DEPENDS.ghostscript}



Home | Main Index | Thread Index | Old Index