diff options
author | minskim <minskim@pkgsrc.org> | 2010-01-29 01:54:26 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-01-29 01:54:26 +0000 |
commit | 73544eb167651e6beaed7b91fec5b725e390a0bf (patch) | |
tree | 15028831c611ffd4728348ff79c78723d89e022c /print/tex-plain/Makefile | |
parent | e08dde03ba55d89b9c9c32b0e3a80305dd925052 (diff) | |
download | pkgsrc-73544eb167651e6beaed7b91fec5b725e390a0bf.tar.gz |
Update tex-plain to 3.141592653.
pdfluatex.ini was replaced with dviluatex.ini because the default
output format of luatex is now PDF.
Diffstat (limited to 'print/tex-plain/Makefile')
-rw-r--r-- | print/tex-plain/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/tex-plain/Makefile b/print/tex-plain/Makefile index 4da8d312ace..9ca494b78fc 100644 --- a/print/tex-plain/Makefile +++ b/print/tex-plain/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2009/06/09 22:20:53 minskim Exp $ -# TeX Live Revision 12854 +# $NetBSD: Makefile,v 1.3 2010/01/29 01:54:26 minskim Exp $ +# TeX Live Revision 15878 DISTNAME= plain -PKGNAME= tex-${DISTNAME}-3.14159265.12854 +PKGNAME= tex-${DISTNAME}-3.141592653 MAINTAINER= minskim@NetBSD.org COMMENT= The Plain TeX format @@ -12,5 +12,5 @@ DEPENDS+= tex-cm-[0-9]*:../../fonts/tex-cm DEPENDS+= tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base DEPENDS+= tex-misc-[0-9]*:../../print/tex-misc -.include "../../print/texlive/module.mk" +.include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |