diff options
Diffstat (limited to 'print/tex-tools/Makefile')
-rw-r--r-- | print/tex-tools/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/print/tex-tools/Makefile b/print/tex-tools/Makefile index 02cb725de32..dbbf51b0489 100644 --- a/print/tex-tools/Makefile +++ b/print/tex-tools/Makefile @@ -1,15 +1,14 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/04/24 19:13:39 minskim Exp $ -# TeX Live Revision 11806 +# $NetBSD: Makefile,v 1.2 2010/01/29 09:10:13 minskim Exp $ +# TeX Live Revision 15878 DISTNAME= tools -PKGNAME= tex-${DISTNAME}-2008.11806 +PKGNAME= tex-${DISTNAME}-2009 MAINTAINER= minskim@NetBSD.org COMMENT= The LaTeX standard tools bundle CONFLICTS+= teTeX-texmf<=3.0nb13 -DEPENDS+= tex-bin-latex-[0-9]*:../../print/tex-bin-latex DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics -.include "../../print/texlive/module.mk" +.include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |