From 172cf214e4839a0dfce06ed6e5c87b9dee4f03f6 Mon Sep 17 00:00:00 2001 From: obache Date: Mon, 8 Apr 2013 11:29:46 +0000 Subject: Add workaround of renaming of ghostscript package --- doc/guide/Makefile.common | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc/guide') diff --git a/doc/guide/Makefile.common b/doc/guide/Makefile.common index 9306c601a05..435f8d20703 100644 --- a/doc/guide/Makefile.common +++ b/doc/guide/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2009/08/25 13:19:57 wiz Exp $ +# $NetBSD: Makefile.common,v 1.4 2013/04/08 11:29:46 obache Exp $ # # This is included by doc/guide and meta-pkgs/pkgsrc-guide-tools. # @@ -32,6 +32,10 @@ _GUIDE_DEPENDS+= openjade>=1.3.2:../../textproc/openjade _GUIDE_DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk _GUIDE_DEPENDS+= tex-jadetex>=3.13:../../print/tex-jadetex GHOSTSCRIPT_REQD= 7.05 +# XXX: workaround for renaming of ghostscript package. +REQPKGS_PRINT= tex-jadetex>=3.13 ${TOOLS_DEPENDS.ghostscript} +MAKE_ENV+= REQPKGS_PRINT=${REQPKGS_PRINT:Q} +# XXX: end . if ${_GUIDE_DEPTYPE} == "run" USE_TOOLS+= gs:run . else -- cgit v1.2.3