diff options
author | wiz <wiz@pkgsrc.org> | 2003-04-08 09:26:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-04-08 09:26:20 +0000 |
commit | d623dac8bdd684779c1fe9297fc8601d6ae108f6 (patch) | |
tree | bdc39b36670b2fb03a9446fffc7fe301af0423ba /textproc | |
parent | 190099b49136ab943e8bfadb232c2b184857f84b (diff) | |
download | pkgsrc-d623dac8bdd684779c1fe9297fc8601d6ae108f6.tar.gz |
Accept teTeX2 too. Addresses part of PR 21066.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/latex2html/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile index 41e06052ae8..e927d00fc29 100644 --- a/textproc/latex2html/Makefile +++ b/textproc/latex2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/12/08 22:32:07 jschauma Exp $ +# $NetBSD: Makefile,v 1.10 2003/04/08 09:26:20 wiz Exp $ DISTNAME= latex2html-2002-2-1 PKGNAME= latex2html-2002.2.1 @@ -9,7 +9,7 @@ MAINTAINER= wennmach@netbsd.org HOMEPAGE= http://www.latex2html.org COMMENT= LaTeX to HTML converter -DEPENDS+= teTeX-bin>=1.0.6:../../print/teTeX-bin +DEPENDS+= {teTeX-bin>=1.0.6,teTeX2-bin-[0-9]*}:../../print/teTeX-bin DEPENDS+= netpbm>=9.7nb1:../../graphics/netpbm USE_PERL5= # defined |