pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/tools



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sun Mar 10 19:52:18 UTC 2019

Modified Files:
        pkgsrc/mk/tools: replace.mk

Log Message:
ghostscript-esp is long gone.


To generate a diff of this commit:
cvs rdiff -u -r1.287 -r1.288 pkgsrc/mk/tools/replace.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/tools/replace.mk
diff -u pkgsrc/mk/tools/replace.mk:1.287 pkgsrc/mk/tools/replace.mk:1.288
--- pkgsrc/mk/tools/replace.mk:1.287    Mon Mar  4 11:56:05 2019
+++ pkgsrc/mk/tools/replace.mk  Sun Mar 10 19:52:18 2019
@@ -1,4 +1,4 @@
-# $NetBSD: replace.mk,v 1.287 2019/03/04 11:56:05 wiz Exp $
+# $NetBSD: replace.mk,v 1.288 2019/03/10 19:52:18 joerg Exp $
 #
 # Copyright (c) 2005 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -1105,8 +1105,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-esp)
+.    if !empty(PKGPATH:Mprint/ghostscript)
 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