pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print/pdfjam



Module Name:    pkgsrc
Committed By:   yhardy
Date:           Thu Apr 27 13:24:41 UTC 2023

Modified Files:
        pkgsrc/print/pdfjam: Makefile

Log Message:
pdfjam: depend on tex-everyshi and tex-pdflscape

Some of the commands of pdfjam require tex-everyshi and tex-pdflscape to
be installed, so add the dependencies and bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/print/pdfjam/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/pdfjam/Makefile
diff -u pkgsrc/print/pdfjam/Makefile:1.12 pkgsrc/print/pdfjam/Makefile:1.13
--- pkgsrc/print/pdfjam/Makefile:1.12   Tue Jun 15 13:12:29 2021
+++ pkgsrc/print/pdfjam/Makefile        Thu Apr 27 13:24:41 2023
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2021/06/15 13:12:29 leot Exp $
+# $NetBSD: Makefile,v 1.13 2023/04/27 13:24:41 yhardy Exp $
 #
 
 DISTNAME=      pdfjam_208
 PKGNAME=       pdfjam-2.08
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    print
 MASTER_SITES=  http://www.warwick.ac.uk/go/pdfjam/
 EXTRACT_SUFX=  .tgz
@@ -13,10 +13,12 @@ HOMEPAGE=   http://www2.warwick.ac.uk/fac/
 COMMENT=       Small collection of PDF utilities
 LICENSE=       gnu-gpl-v2
 
+DEPENDS+=      tex-everyshi-[0-9]*:../../print/tex-everyshi
 DEPENDS+=      tex-latex-bin-[0-9]*:../../print/tex-latex-bin
 DEPENDS+=      tex-ms-[0-9]*:../../print/tex-ms
 DEPENDS+=      tex-eso-pic-[0-9]*:../../print/tex-eso-pic
 DEPENDS+=      tex-pdfpages-[0-9]*:../../print/tex-pdfpages
+DEPENDS+=      tex-pdflscape-[0-9]*:../../print/tex-pdflscape
 
 NO_BUILD=      yes
 



Home | Main Index | Thread Index | Old Index