diff options
author | minskim <minskim@pkgsrc.org> | 2009-06-09 22:31:14 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-06-09 22:31:14 +0000 |
commit | d47f3b00f2dc2f71ca428d374d62a8210b83a1a7 (patch) | |
tree | 61826b30e99e3a535209585c09ef45f6dbecd699 /print | |
parent | 0176ee6d888ddb631f75d73d5522ec0947ee4fb5 (diff) | |
download | pkgsrc-d47f3b00f2dc2f71ca428d374d62a8210b83a1a7.tar.gz |
Do not build luatex included in TeX Live. A newer version is
available as print/luatex. Requested by Jens Rehsack.
Bump PKGREVISION.
Diffstat (limited to 'print')
-rw-r--r-- | print/web2c/Makefile | 3 | ||||
-rw-r--r-- | print/web2c/PLIST | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/print/web2c/Makefile b/print/web2c/Makefile index 1e113eefff2..b62a17e2ec5 100644 --- a/print/web2c/Makefile +++ b/print/web2c/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2009/06/09 21:31:03 minskim Exp $ +# $NetBSD: Makefile,v 1.6 2009/06/09 22:31:14 minskim Exp $ DISTNAME= texlive-20080816-source PKGNAME= web2c-7.5.7 @@ -40,6 +40,7 @@ USE_LIBTOOL= yes USE_TOOLS+= gmake lex perl yacc WRKSRC= ${WRKDIR}/${DISTNAME}/texk/web2c +CONFIGURE_ARGS+= --without-luatex CONFIGURE_ARGS+= --without-xetex CONFIGURE_ARGS+= --with-mf-nowin CONFIGURE_ARGS+= --with-system-pnglib \ diff --git a/print/web2c/PLIST b/print/web2c/PLIST index 501d393018e..88907a342a7 100644 --- a/print/web2c/PLIST +++ b/print/web2c/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2009/04/11 21:32:46 minskim Exp $ +@comment $NetBSD: PLIST,v 1.3 2009/06/09 22:31:14 minskim Exp $ bin/aleph bin/bibtex bin/ctangle @@ -11,7 +11,6 @@ bin/dvitype bin/gftodvi bin/gftopk bin/gftype -bin/luatex bin/makempx bin/mf bin/mf-nowin @@ -42,8 +41,6 @@ bin/pooltype bin/synctex bin/tangle bin/tex -bin/texlua -bin/texluac bin/tftopl bin/tie bin/ttf2afm |