diff options
author | wiz <wiz@pkgsrc.org> | 2005-12-09 20:32:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-12-09 20:32:22 +0000 |
commit | 516e1a36d2e982dca81a64faf8ba3f02f493aa81 (patch) | |
tree | a2b0713486e6e7c6ea0a9b8a43e3999e5473b484 | |
parent | 5d932fe97263145693c6115d92bf3aca6ea5b849 (diff) | |
download | pkgsrc-516e1a36d2e982dca81a64faf8ba3f02f493aa81.tar.gz |
Desupport the various ghostscript*x11* packages (replaced by x11 option).
-rw-r--r-- | mk/tools/replace.mk | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/mk/tools/replace.mk b/mk/tools/replace.mk index d1e556e7c7e..ab05b4ff768 100644 --- a/mk/tools/replace.mk +++ b/mk/tools/replace.mk @@ -1,4 +1,4 @@ -# $NetBSD: replace.mk,v 1.142 2005/12/03 21:03:47 joerg Exp $ +# $NetBSD: replace.mk,v 1.143 2005/12/09 20:32:22 wiz Exp $ # # Copyright (c) 2005 The NetBSD Foundation, Inc. # All rights reserved. @@ -863,12 +863,6 @@ _TOOLS_DEP.ghostscript:= ghostscript _TOOLS_DEP.ghostscript:= ${_TOOLS_DEP.ghostscript},ghostscript-afpl _TOOLS_DEP.ghostscript:= ${_TOOLS_DEP.ghostscript},ghostscript-esp _TOOLS_DEP.ghostscript:= ${_TOOLS_DEP.ghostscript},ghostscript-gnu -_TOOLS_DEP.ghostscript:= ${_TOOLS_DEP.ghostscript},ghostscript-gnu-x11 -. if !defined(USE_X11) -_TOOLS_DEP.ghostscript:= ${_TOOLS_DEP.ghostscript},ghostscript-esp-nox11 -_TOOLS_DEP.ghostscript:= ${_TOOLS_DEP.ghostscript},ghostscript-gnu-nox11 -_TOOLS_DEP.ghostscript:= ${_TOOLS_DEP.ghostscript},ghostscript-nox11 -. endif # # Determine the default Ghostscript package to build based on the # PKG_OPTIONS for the current package. @@ -887,11 +881,7 @@ MAKEVARS+= ${TOOLS_DEPENDS.ghostscript} . if !empty(PKGPATH:Mprint/ghostscript) || \ !empty(PKGPATH:Mprint/ghostscript-afpl) || \ !empty(PKGPATH:Mprint/ghostscript-esp) || \ - !empty(PKGPATH:Mprint/ghostscript-esp-nox11) || \ - !empty(PKGPATH:Mprint/ghostscript-gnu) || \ - !empty(PKGPATH:Mprint/ghostscript-gnu-nox11) || \ - !empty(PKGPATH:Mprint/ghostscript-gnu-x11) || \ - !empty(PKGPATH:Mprint/ghostscript-nox11) + !empty(PKGPATH:Mprint/ghostscript-gnu) MAKEFLAGS+= TOOLS_IGNORE.${_t_}= . elif !empty(_TOOLS_USE_PKGSRC.${_t_}:M[yY][eE][sS]) TOOLS_DEPENDS.${_t_}?= ${TOOLS_DEPENDS.ghostscript} |