Tue Jun 12 18:54:39 2018 UTC ()
tex-beamer: Add missing depends

(etoolbox, oberdiek (for atbegshi and ifpdf), hyperref and translator
were only documented in the longdesc of beamer.tlpobj... amscls
(for amsthm) and geometry were unfortunately not documented in any
way.)

Bump PKGREVISION


(leot)
diff -r1.9 -r1.10 pkgsrc/print/tex-beamer/Makefile

cvs diff -r1.9 -r1.10 pkgsrc/print/tex-beamer/Makefile (expand / switch to unified diff)

--- pkgsrc/print/tex-beamer/Makefile 2018/05/03 12:32:09 1.9
+++ pkgsrc/print/tex-beamer/Makefile 2018/06/12 18:54:39 1.10
@@ -1,16 +1,23 @@ @@ -1,16 +1,23 @@
1# $NetBSD: Makefile,v 1.9 2018/05/03 12:32:09 markd Exp $ 1# $NetBSD: Makefile,v 1.10 2018/06/12 18:54:39 leot Exp $
2 2
3DISTNAME= beamer 3DISTNAME= beamer
4PKGNAME= tex-${DISTNAME}-3.50 4PKGNAME= tex-${DISTNAME}-3.50
 5PKGREVISION= 1
5TEXLIVE_REV= 46705 6TEXLIVE_REV= 46705
6 7
7MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://ctan.org/pkg/beamer 9HOMEPAGE= http://ctan.org/pkg/beamer
9COMMENT= LaTeX class for producing presentations and slides 10COMMENT= LaTeX class for producing presentations and slides
10LICENSE= lppl-1.3c OR gnu-gpl-v2 11LICENSE= lppl-1.3c OR gnu-gpl-v2
11 12
 13DEPENDS+= tex-amscls-[0-9]*:../../print/tex-amscls
 14DEPENDS+= tex-etoolbox-[0-9]*:../../devel/tex-etoolbox
 15DEPENDS+= tex-geometry-[0-9]*:../../print/tex-geometry
 16DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref
 17DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek
12DEPENDS+= tex-pgf-[0-9]*:../../print/tex-pgf 18DEPENDS+= tex-pgf-[0-9]*:../../print/tex-pgf
 19DEPENDS+= tex-translator-[0-9]*:../../print/tex-translator
13DEPENDS+= tex-xcolor-[0-9]*:../../print/tex-xcolor 20DEPENDS+= tex-xcolor-[0-9]*:../../print/tex-xcolor
14 21
15.include "../../print/texlive/package.mk" 22.include "../../print/texlive/package.mk"
16.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"