diff options
author | minskim <minskim@pkgsrc.org> | 2009-02-25 17:18:08 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-02-25 17:18:08 +0000 |
commit | bf230018457d866dc7ec7b18241fb96780e70944 (patch) | |
tree | e5b84df309a3e9272576ce74b220c2d5299d8a36 /textproc/latex2html | |
parent | 3b604f098075c0e8a695a3f0d8a2db95c1eed2ad (diff) | |
download | pkgsrc-bf230018457d866dc7ec7b18241fb96780e70944.tar.gz |
Let latex2html depend on dvipsk because teTeX-bin no-longer provides dvips.
Bump PKGREVISION.
Diffstat (limited to 'textproc/latex2html')
-rw-r--r-- | textproc/latex2html/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile index 16b2417054e..806ef4c7706 100644 --- a/textproc/latex2html/Makefile +++ b/textproc/latex2html/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.32 2006/08/10 03:21:40 minskim Exp $ +# $NetBSD: Makefile,v 1.33 2009/02/25 17:18:08 minskim Exp $ DISTNAME= latex2html-2002-2-1 PKGNAME= latex2html-2002.2.1 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= textproc converters MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=support/latex2html/} @@ -10,6 +10,7 @@ MAINTAINER= wennmach@NetBSD.org HOMEPAGE= http://www.latex2html.org/ COMMENT= LaTeX to HTML converter +DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk DEPENDS+= netpbm>=10.29nb2:../../graphics/netpbm TEX_ACCEPTED= teTeX3 |