diff options
author | joerg <joerg> | 2009-11-21 14:50:28 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-11-21 14:50:28 +0000 |
commit | b927816de0901f4a27de822f3f9df87f5eba35c6 (patch) | |
tree | 25dd935e01fa42c15307dca2dc81c0706ee94e4a /mk | |
parent | de16e40befc2ab4aa4d7ce0782526c151a7f6c72 (diff) | |
download | pkgsrc-b927816de0901f4a27de822f3f9df87f5eba35c6.tar.gz |
Clean up path list for ghostscript.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/tools/replace.mk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/mk/tools/replace.mk b/mk/tools/replace.mk index 4148a6976e5..824ec41c1ea 100644 --- a/mk/tools/replace.mk +++ b/mk/tools/replace.mk @@ -1,4 +1,4 @@ -# $NetBSD: replace.mk,v 1.221 2009/07/08 12:51:16 minskim Exp $ +# $NetBSD: replace.mk,v 1.222 2009/11/21 14:50:28 joerg Exp $ # # Copyright (c) 2005 The NetBSD Foundation, Inc. # All rights reserved. @@ -1045,10 +1045,7 @@ MAKEVARS+= ${TOOLS_DEPENDS.ghostscript} .for _t_ in ${_TOOLS.ghostscript} . if !defined(TOOLS_IGNORE.${_t_}) && !empty(_USE_TOOLS:M${_t_}) . if !empty(PKGPATH:Mprint/ghostscript) || \ - !empty(PKGPATH:Mprint/ghostscript-afpl) || \ - !empty(PKGPATH:Mprint/ghostscript-esp) || \ - !empty(PKGPATH:Mprint/ghostscript-gnu) || \ - !empty(PKGPATH:Mprint/ghostscript6) + !empty(PKGPATH:Mprint/ghostscript-esp) MAKEFLAGS+= TOOLS_IGNORE.${_t_}= . elif !empty(_TOOLS_USE_PKGSRC.${_t_}:M[yY][eE][sS]) TOOLS_DEPENDS.${_t_}?= ${TOOLS_DEPENDS.ghostscript} |