summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjoerg <joerg>2014-07-08 15:22:08 +0000
committerjoerg <joerg>2014-07-08 15:22:08 +0000
commite3d195a2d525889209240a263b1a188a009a72dd (patch)
tree28709a42d2da589fc3c3f7d1cf188304e3df48b5 /print
parent70144418344624021928883a1a8dfe5c8f32b16c (diff)
downloadpkgsrc-e3d195a2d525889209240a263b1a188a009a72dd.tar.gz
Add missing dependencies. Bump revision.
Diffstat (limited to 'print')
-rw-r--r--print/tex-pageslts/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/print/tex-pageslts/Makefile b/print/tex-pageslts/Makefile
index 538732e091b..62e6a6efebb 100644
--- a/print/tex-pageslts/Makefile
+++ b/print/tex-pageslts/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2014/07/08 14:47:39 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2014/07/08 15:22:08 joerg Exp $
DISTNAME= pageslts
PKGNAME= tex-${DISTNAME}-1.2c
+PKGREVISION= 1
TEXLIVE_USE_CTAN= yes
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -9,6 +10,8 @@ COMMENT= Provide labels for the last page in each page numbering group
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
+DEPENDS+= tex-ms-[0-9]*:../../print/tex-ms
+DEPENDS+= tex-undolabl-[0-9]*:../../print/tex-undolabl
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"