diff options
author | minskim <minskim> | 2011-03-14 18:53:31 +0000 |
---|---|---|
committer | minskim <minskim> | 2011-03-14 18:53:31 +0000 |
commit | 04fc17b065eb4d1410b001d658cc913c9f1063f2 (patch) | |
tree | 9070eef3f6733128f6e794b560886805827c8141 /textproc | |
parent | 05f43168e181337ae7fc03e1b555ee48e3f125c6 (diff) | |
download | pkgsrc-04fc17b065eb4d1410b001d658cc913c9f1063f2.tar.gz |
xmltex does not use the "tex" command.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/tex-xmltex/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/tex-xmltex/Makefile b/textproc/tex-xmltex/Makefile index 47a73f0ca2f..f2d49a5a91c 100644 --- a/textproc/tex-xmltex/Makefile +++ b/textproc/tex-xmltex/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2011/01/17 22:31:53 minskim Exp $ +# $NetBSD: Makefile,v 1.13 2011/03/14 18:53:31 minskim Exp $ DISTNAME= xmltex PKGNAME= tex-${DISTNAME}-1.9 -PKGREVISION= 7 +PKGREVISION= 8 TEXLIVE_REV= 18835 MAINTAINER= minskim@NetBSD.org @@ -14,7 +14,6 @@ DEPENDS+= tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base DEPENDS+= tex-latexconfig-[0-9]*:../../print/tex-latexconfig DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex -DEPENDS+= tex-tex-[0-9]*:../../print/tex-tex INSTALLATION_DIRS= bin |