diff options
-rw-r--r-- | print/tex-oberdiek/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/tex-oberdiek/Makefile b/print/tex-oberdiek/Makefile index 6311403ae5a..0853844c229 100644 --- a/print/tex-oberdiek/Makefile +++ b/print/tex-oberdiek/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2010/05/26 05:06:34 minskim Exp $ +# $NetBSD: Makefile,v 1.5 2010/09/29 22:17:59 minskim Exp $ DISTNAME= oberdiek PKGNAME= tex-${DISTNAME}-2009 -PKGREVISION= 1 +PKGREVISION= 2 TEXLIVE_REV= 18100 MAINTAINER= minskim@NetBSD.org @@ -13,6 +13,7 @@ DEPENDS+= tex-amsmath-[0-9]*:../../print/tex-amsmath DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin DEPENDS+= tex-etex-pkg-[0-9]*:../../print/tex-etex-pkg DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics +DEPENDS+= tex-ifluatex-[0-9]*:../../print/tex-ifluatex DEPENDS+= tex-ifxetex-[0-9]*:../../print/tex-ifxetex DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools |