diff options
author | wiz <wiz> | 2003-04-08 09:26:20 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-04-08 09:26:20 +0000 |
commit | 8263d242db83cc1c0ab76c0bed45da9ea22931a5 (patch) | |
tree | bdc39b36670b2fb03a9446fffc7fe301af0423ba /textproc | |
parent | 7fa303cda8bd39b0d651db6d3df081191f3eee4c (diff) | |
download | pkgsrc-8263d242db83cc1c0ab76c0bed45da9ea22931a5.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 |