diff options
Diffstat (limited to 'print/tex-latex/Makefile')
-rw-r--r-- | print/tex-latex/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/tex-latex/Makefile b/print/tex-latex/Makefile index f7378610772..256ff8a34da 100644 --- a/print/tex-latex/Makefile +++ b/print/tex-latex/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.4 2010/09/14 00:18:13 minskim Exp $ +# $NetBSD: Makefile,v 1.5 2010/12/25 02:44:49 minskim Exp $ DISTNAME= latex -PKGNAME= tex-${DISTNAME}-2009 -TEXLIVE_REV= 16172 +PKGNAME= tex-${DISTNAME}-2010 +TEXLIVE_REV= 20256 MAINTAINER= minskim@NetBSD.org COMMENT= TeX macro package that defines LaTeX CONFLICTS+= teTeX-texmf<=3.0nb12 -DEPENDS+= tex-latexconfig>=2009:../../print/tex-latexconfig +DEPENDS+= tex-latexconfig>=2010:../../print/tex-latexconfig DEPENDS+= tex-latex-fonts-[0-9]*:../../fonts/tex-latex-fonts DEPENDS+= tex-luatex-[0-9]*:../../print/tex-luatex DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex |