diff options
author | pooka <pooka@pkgsrc.org> | 2005-09-14 07:41:52 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 2005-09-14 07:41:52 +0000 |
commit | abae487f2ead0578293795a8afe744d7fcf8152d (patch) | |
tree | f49500979ac2b20282e9deaed1ab6a8a2d843b0c /textproc/latex2html | |
parent | 056db14acaa96a77d329aa2b442b5c756d6061e5 (diff) | |
download | pkgsrc-abae487f2ead0578293795a8afe744d7fcf8152d.tar.gz |
depend on netpbm=>10.29nb2: that one has ppmquant with the correct
perl path and hence the script pstoimg works with font antialiasing
Diffstat (limited to 'textproc/latex2html')
-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 540ff6e090f..ff7d85e0a20 100644 --- a/textproc/latex2html/Makefile +++ b/textproc/latex2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/07/16 01:19:24 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2005/09/14 07:41:52 pooka Exp $ DISTNAME= latex2html-2002-2-1 PKGNAME= latex2html-2002.2.1 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.latex2html.org/ COMMENT= LaTeX to HTML converter DEPENDS+= teTeX-bin>=1.0.6:../../print/teTeX-bin -DEPENDS+= netpbm>=9.7nb1:../../graphics/netpbm +DEPENDS+= netpbm>=10.29nb2:../../graphics/netpbm USE_TOOLS+= perl:run GNU_CONFIGURE= # defined |