diff options
Diffstat (limited to 'converters/doc2html/Makefile')
-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 |