diff options
author | jmmv <jmmv> | 2003-12-24 13:02:00 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-12-24 13:02:00 +0000 |
commit | 04435f9c16e565de92e528c203e898f2aa2b6d3b (patch) | |
tree | 12c91239a4244ea4b3dd993b607e6c5ce9deadcf /textproc | |
parent | b8686be430b05348feb9f429a3f72b817cea20c4 (diff) | |
download | pkgsrc-04435f9c16e565de92e528c203e898f2aa2b6d3b.tar.gz |
Adjust dependancies and bump PKGREVISION due to:
- teTeX 1.0.x packages have been moved to teTeX1* directories.
- teTeX 2.0.x packages have been moved to teTeX* directories and their base
name has been changed to teTeX (instead of teTeX2).
Diffstat (limited to 'textproc')
-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 135e602fa7f..cbbabae5ea2 100644 --- a/textproc/latex2html/Makefile +++ b/textproc/latex2html/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2003/07/17 22:54:29 grant Exp $ +# $NetBSD: Makefile,v 1.12 2003/12/24 13:02:01 jmmv Exp $ DISTNAME= latex2html-2002-2-1 PKGNAME= latex2html-2002.2.1 +PKGREVISION= 1 CATEGORIES= textproc converters MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=support/latex2html/} @@ -9,7 +10,7 @@ MAINTAINER= wennmach@NetBSD.org HOMEPAGE= http://www.latex2html.org COMMENT= LaTeX to HTML converter -DEPENDS+= {teTeX-bin>=1.0.6,teTeX2-bin-[0-9]*}:../../print/teTeX-bin +DEPENDS+= teTeX-bin>=1.0.6:../../print/teTeX-bin DEPENDS+= netpbm>=9.7nb1:../../graphics/netpbm USE_PERL5= # defined |