diff options
author | wiz <wiz> | 2001-02-17 17:31:58 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-17 17:31:58 +0000 |
commit | 2c8b12e7690e9d5a58f3c81bc77626a7c6e1cc6d (patch) | |
tree | ff17e85c241ba8999810590573dfaabbb05305c1 /textproc/latex2html/Makefile | |
parent | 6129da62580b8a50ce5de047ae21c11f45e93b0b (diff) | |
download | pkgsrc-2c8b12e7690e9d5a58f3c81bc77626a7c6e1cc6d.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'textproc/latex2html/Makefile')
-rw-r--r-- | textproc/latex2html/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile index b6d9dccfe9b..42da35aa7a1 100644 --- a/textproc/latex2html/Makefile +++ b/textproc/latex2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/11/03 01:05:06 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/17 17:37:31 wiz Exp $ DISTNAME= latex2html-99.2beta8 CATEGORIES= textproc converters @@ -6,6 +6,7 @@ MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=support/latex2html/} MAINTAINER= wennmach@netbsd.org HOMEPAGE= http://www-dsed.llnl.gov/files/programs/unix/latex2html/manual/ +COMMENT= LaTeX to HTML converter DEPENDS+= teTeX-bin>=1.0.6:../../print/teTeX-bin DEPENDS+= ghostscript{,-nox11}-[6-9]*:../../print/ghostscript |