diff options
-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" |