diff options
author | joerg <joerg@pkgsrc.org> | 2006-12-27 19:27:40 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-12-27 19:27:40 +0000 |
commit | 16d189a2299fee4fea08d3a274e1b8fd407a5f03 (patch) | |
tree | 4a2ae9ac2b5fc8884e81f6cd9de56e704a2d5a0f | |
parent | e74c040a788175a3e1f3797cf31ca0b66ae7ccca (diff) | |
download | pkgsrc-16d189a2299fee4fea08d3a274e1b8fd407a5f03.tar.gz |
Skip gs as tool during build of print/ghostscript6.
-rw-r--r-- | mk/tools/replace.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mk/tools/replace.mk b/mk/tools/replace.mk index 4d743880c2c..487760ecaa7 100644 --- a/mk/tools/replace.mk +++ b/mk/tools/replace.mk @@ -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 @@ MAKEVARS+= ${TOOLS_DEPENDS.ghostscript} . 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} |