diff options
author | drochner <drochner@pkgsrc.org> | 2002-01-28 15:25:12 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-01-28 15:25:12 +0000 |
commit | f41c8a23f556077283f271bbb7b78e6600c3c28e (patch) | |
tree | 5e6180bc440e1306a53d4f0c1f977f32658067af /print | |
parent | a5cbb3f078912237a20027db0e88e77745e17782 (diff) | |
download | pkgsrc-f41c8a23f556077283f271bbb7b78e6600c3c28e.tar.gz |
move dependency on text2html so that we don't have to recompile the
whole TeX stuff on an unimportant perl PKGREVISION bump just because
of a "totally useless" utility which happens to be a perl script
Diffstat (limited to 'print')
-rw-r--r-- | print/teTeX-bin/Makefile | 3 | ||||
-rw-r--r-- | print/teTeX/Makefile | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/print/teTeX-bin/Makefile b/print/teTeX-bin/Makefile index 3dac493d2dc..aecbafe8cf7 100644 --- a/print/teTeX-bin/Makefile +++ b/print/teTeX-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2001/11/29 01:12:45 hubertf Exp $ +# $NetBSD: Makefile,v 1.33 2002/01/28 15:25:13 drochner Exp $ # FreeBSD Id: Makefile,v 1.20 1997/08/05 06:56:41 tg Exp # @@ -18,7 +18,6 @@ DEPENDS+= teTeX-share>=1.0.2nb1:../teTeX-share DEPENDS+= dialog-0.6z:../../misc/dialog DEPENDS+= libwww>=5.3.2nb1:../../www/libwww DEPENDS+= png>=1.0.11:../../graphics/png -DEPENDS+= texi2html>=1.52:../../textproc/texi2html CONFLICTS+= omega-[0-9]* diff --git a/print/teTeX/Makefile b/print/teTeX/Makefile index 1984d9ba599..c7b9f83a54b 100644 --- a/print/teTeX/Makefile +++ b/print/teTeX/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2001/10/24 00:28:47 kei Exp $ +# $NetBSD: Makefile,v 1.24 2002/01/28 15:25:12 drochner Exp $ # DISTNAME= teTeX-1.0.7nb1 @@ -12,6 +12,7 @@ COMMENT= Thomas Esser's TeX distribution for UNIX compatible systems DEPENDS+= teTeX-bin>=1.0.7nb1:../teTeX-bin DEPENDS+= teTeX-sharesrc>=1.0.1nb1:../teTeX-sharesrc +DEPENDS+= texi2html>=1.52:../../textproc/texi2html USE_X11= yes EXTRACT_ONLY= # empty |