diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2002-11-12 13:48:58 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2002-11-12 13:48:58 +0000 |
commit | ddcdff9f6d553621266fbf210d3c556c06a9b8a6 (patch) | |
tree | fd66734a41215ff5cdc4e311d011491e9b3bb4c0 /converters | |
parent | 54a10c8ebb66b92bdece566ded400890bc2b4d89 (diff) | |
download | pkgsrc-ddcdff9f6d553621266fbf210d3c556c06a9b8a6.tar.gz |
s/xlHtml/xlhtml in dependency section. Problem noted by warning output from
last README.html generation.
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 6e815371d8e..8991fe620fd 100644 --- a/converters/doc2html/Makefile +++ b/converters/doc2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/09/13 06:53:32 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2002/11/12 13:48:58 dmcmahill Exp $ # DISTNAME= doc2html @@ -11,7 +11,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+= xpdf-[0-9]*:../../print/xpdf DEPENDS+= catdoc-[0-9]*:../../textproc/catdoc |