diff options
author | wiz <wiz> | 2001-12-11 03:42:50 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-12-11 03:42:50 +0000 |
commit | 6d25e5675f35bc346b150bae927172097ca8a353 (patch) | |
tree | faabcd6c20f818e5ddcec14452b1419f1ded8bf7 /converters | |
parent | 27e0f4dd48fe49e068b80ac1afd4da2eb5d96339 (diff) | |
download | pkgsrc-6d25e5675f35bc346b150bae927172097ca8a353.tar.gz |
PKGNAME is xlhtml, not xlHtml.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/doc2html/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/doc2html/Makefile b/converters/doc2html/Makefile index 797a20521d7..a40ac3a41f8 100644 --- a/converters/doc2html/Makefile +++ b/converters/doc2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/10/09 15:49:39 nra Exp $ +# $NetBSD: Makefile,v 1.5 2001/12/11 03:42:50 wiz Exp $ # DISTNAME= doc2html @@ -10,7 +10,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.htdig.org COMMENT= PERL external filter for htdig to convert numerous doc formats to HTML -DEPENDS+= xlHtml-[0-9]*:../../converters/xlHtml +DEPENDS+= xlhtml-[0-9]*:../../converters/xlHtml DEPENDS+= rtf2html-[0-9]*:../../converters/rtf2html DEPENDS+= ghostscript{,-nox11}-[6-9]*:../../print/ghostscript DEPENDS+= xpdf-[0-9]*:../../print/xpdf |