diff options
author | leot <leot@pkgsrc.org> | 2018-06-12 18:54:39 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2018-06-12 18:54:39 +0000 |
commit | f7768c8409fb3c1d96f2530a036f8853d932883d (patch) | |
tree | cae116edcc277f6a090853243e5eae0ded5db04c /print | |
parent | fa7e2bdd95978c77ba91bd892167bbd6ca692018 (diff) | |
download | pkgsrc-f7768c8409fb3c1d96f2530a036f8853d932883d.tar.gz |
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
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-beamer/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/print/tex-beamer/Makefile b/print/tex-beamer/Makefile index c8a783e8324..c8110463301 100644 --- a/print/tex-beamer/Makefile +++ b/print/tex-beamer/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2018/05/03 12:32:09 markd Exp $ +# $NetBSD: Makefile,v 1.10 2018/06/12 18:54:39 leot Exp $ DISTNAME= beamer PKGNAME= tex-${DISTNAME}-3.50 +PKGREVISION= 1 TEXLIVE_REV= 46705 MAINTAINER= pkgsrc-users@NetBSD.org @@ -9,7 +10,13 @@ HOMEPAGE= http://ctan.org/pkg/beamer COMMENT= LaTeX class for producing presentations and slides LICENSE= lppl-1.3c OR gnu-gpl-v2 +DEPENDS+= tex-amscls-[0-9]*:../../print/tex-amscls +DEPENDS+= tex-etoolbox-[0-9]*:../../devel/tex-etoolbox +DEPENDS+= tex-geometry-[0-9]*:../../print/tex-geometry +DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref +DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek DEPENDS+= tex-pgf-[0-9]*:../../print/tex-pgf +DEPENDS+= tex-translator-[0-9]*:../../print/tex-translator DEPENDS+= tex-xcolor-[0-9]*:../../print/tex-xcolor .include "../../print/texlive/package.mk" |