summaryrefslogtreecommitdiff
path: root/print/tex-latex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/tex-latex/Makefile')
-rw-r--r--print/tex-latex/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/print/tex-latex/Makefile b/print/tex-latex/Makefile
index fde49c74571..3766f503bc3 100644
--- a/print/tex-latex/Makefile
+++ b/print/tex-latex/Makefile
@@ -1,14 +1,17 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/04/14 18:16:52 minskim Exp $
-# TeX Live Revision 11896
+# $NetBSD: Makefile,v 1.2 2010/02/01 17:46:02 minskim Exp $
+# TeX Live Revision 16172
DISTNAME= latex
-PKGNAME= tex-${DISTNAME}-2008.11896
+PKGNAME= tex-${DISTNAME}-2009
MAINTAINER= minskim@NetBSD.org
COMMENT= TeX macro package that defines LaTeX
CONFLICTS+= teTeX-texmf<=3.0nb12
+DEPENDS+= tex-latexconfig-[0-9]*:../../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
-.include "../../print/texlive/module.mk"
+.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"