Mon Jul 18 20:49:21 2022 UTC ()
print/tex-pdfpages: add dependency: print/tex-pdflscape

pdflscape is required as part of the package's AtBeginDocument hook.


(yhardy)
diff -r1.18 -r1.19 pkgsrc/print/tex-pdfpages/Makefile

cvs diff -r1.18 -r1.19 pkgsrc/print/tex-pdfpages/Makefile (expand / switch to unified diff)

--- pkgsrc/print/tex-pdfpages/Makefile 2022/04/14 03:10:21 1.18
+++ pkgsrc/print/tex-pdfpages/Makefile 2022/07/18 20:49:21 1.19
@@ -1,21 +1,23 @@ @@ -1,21 +1,23 @@
1# $NetBSD: Makefile,v 1.18 2022/04/14 03:10:21 markd Exp $ 1# $NetBSD: Makefile,v 1.19 2022/07/18 20:49:21 yhardy Exp $
2 2
3DISTNAME= pdfpages 3DISTNAME= pdfpages
 4PKGREVISION= 1
4PKGNAME= tex-${DISTNAME}-0.5u 5PKGNAME= tex-${DISTNAME}-0.5u
5TEXLIVE_REV= 61801 6TEXLIVE_REV= 61801
6 7
7MAINTAINER= minskim@NetBSD.org 8MAINTAINER= minskim@NetBSD.org
8HOMEPAGE= https://ctan.org/pkg/pdfpages 9HOMEPAGE= https://ctan.org/pkg/pdfpages
9COMMENT= Include PDF documents in LaTeX 10COMMENT= Include PDF documents in LaTeX
10LICENSE= lppl-1.3c 11LICENSE= lppl-1.3c
11 12
12DEPENDS+= tex-eso-pic-[0-9]*:../../print/tex-eso-pic 13DEPENDS+= tex-eso-pic-[0-9]*:../../print/tex-eso-pic
13DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics 14DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
14DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex 15DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
15DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin 16DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
16DEPENDS+= tex-ms-[0-9]*:../../print/tex-ms 17DEPENDS+= tex-ms-[0-9]*:../../print/tex-ms
17DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek 18DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek
 19DEPENDS+= tex-pdflscape-[0-9]*:../../print/tex-pdflscape
18DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools 20DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
19 21
20.include "../../print/texlive/package.mk" 22.include "../../print/texlive/package.mk"
21.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"