diff options
Diffstat (limited to 'textproc/latex2html/Makefile')
-rw-r--r-- | textproc/latex2html/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile index 4aff31b18d9..b164e697f19 100644 --- a/textproc/latex2html/Makefile +++ b/textproc/latex2html/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.46 2016/07/09 06:39:06 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2016/08/11 00:15:53 mef Exp $ -DISTNAME= latex2html-2008 -PKGREVISION= 8 +DISTNAME= latex2html-2016 CATEGORIES= textproc converters MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=support/latex2html/} MAINTAINER= wennmach@NetBSD.org HOMEPAGE= http://www.latex2html.org/ COMMENT= LaTeX to HTML converter +LICENSE= gnu-gpl-v2 DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref |