meta-pkgs/netbsd-doc-print: update to 1.5

Changes since 1.4:

Added a dependency on epstopdf, in order to allow the PDF files of the
NetBSD Guide and the pkgsrc guide to be generated directly instead of
generating them from the PostScript version.
This commit is contained in:
rillig 2020-06-21 10:33:06 +00:00
parent df023ec2d2
commit b6e1d2765f

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.26 2015/05/17 12:32:33 tron Exp $ # $NetBSD: Makefile,v 1.27 2020/06/21 10:33:06 rillig Exp $
DISTNAME= netbsd-doc-print-1.4 DISTNAME= netbsd-doc-print-1.5
CATEGORIES= meta-pkgs CATEGORIES= meta-pkgs
MASTER_SITES= # empty MASTER_SITES= # empty
DISTFILES= # empty DISTFILES= # empty
@ -25,6 +25,7 @@ DEPENDS+= tex-lh-[0-9]*:../../fonts/tex-lh
DEPENDS+= tex-metafont-[0-9]*:../../fonts/tex-metafont DEPENDS+= tex-metafont-[0-9]*:../../fonts/tex-metafont
DEPENDS+= tex-picinpar-[0-9]*:../../print/tex-picinpar DEPENDS+= tex-picinpar-[0-9]*:../../print/tex-picinpar
DEPENDS+= tex-pslatex-[0-9]*:../../print/tex-pslatex DEPENDS+= tex-pslatex-[0-9]*:../../print/tex-pslatex
DEPENDS+= tex-epstopdf>=0:../../graphics/tex-epstopdf
DEPENDS+= tex-ly1-[0-9]*:../../fonts/tex-ly1 DEPENDS+= tex-ly1-[0-9]*:../../fonts/tex-ly1
USE_TOOLS+= gs:run USE_TOOLS+= gs:run