pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/tex-pdfpages
Module Name: pkgsrc
Committed By: yhardy
Date: Mon Jul 18 20:49:21 UTC 2022
Modified Files:
pkgsrc/print/tex-pdfpages: Makefile
Log Message:
print/tex-pdfpages: add dependency: print/tex-pdflscape
pdflscape is required as part of the package's AtBeginDocument hook.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/print/tex-pdfpages/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/tex-pdfpages/Makefile
diff -u pkgsrc/print/tex-pdfpages/Makefile:1.18 pkgsrc/print/tex-pdfpages/Makefile:1.19
--- pkgsrc/print/tex-pdfpages/Makefile:1.18 Thu Apr 14 03:10:21 2022
+++ pkgsrc/print/tex-pdfpages/Makefile Mon Jul 18 20:49:21 2022
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2022/04/14 03:10:21 markd Exp $
+# $NetBSD: Makefile,v 1.19 2022/07/18 20:49:21 yhardy Exp $
DISTNAME= pdfpages
+PKGREVISION= 1
PKGNAME= tex-${DISTNAME}-0.5u
TEXLIVE_REV= 61801
@@ -15,6 +16,7 @@ DEPENDS+= tex-latex-[0-9]*:../../print/t
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
DEPENDS+= tex-ms-[0-9]*:../../print/tex-ms
DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek
+DEPENDS+= tex-pdflscape-[0-9]*:../../print/tex-pdflscape
DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
.include "../../print/texlive/package.mk"
Home |
Main Index |
Thread Index |
Old Index