pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/tex-beamer tex-beamer: Add missing depends



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b3c5c71a391c
branches:  trunk
changeset: 309221:b3c5c71a391c
user:      leot <leot%pkgsrc.org@localhost>
date:      Tue Jun 12 18:54:39 2018 +0000

description:
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:

 print/tex-beamer/Makefile |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r c0558f5ab121 -r b3c5c71a391c print/tex-beamer/Makefile
--- a/print/tex-beamer/Makefile Tue Jun 12 17:50:20 2018 +0000
+++ b/print/tex-beamer/Makefile Tue Jun 12 18:54:39 2018 +0000
@@ -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@localhost
@@ -9,7 +10,13 @@
 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"



Home | Main Index | Thread Index | Old Index