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/teTeX | |
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/teTeX')
-rw-r--r-- | print/teTeX/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |