diff options
author | tron <tron> | 2001-02-22 13:25:10 +0000 |
---|---|---|
committer | tron <tron> | 2001-02-22 13:25:10 +0000 |
commit | 4238327ecf36242480c954cfad54a2f15ff34456 (patch) | |
tree | 25a515e1901d90bf9ed7eac5bb842ede48f8a697 /print | |
parent | 1a13afaef437d76315548046cfd6a58d62964ca9 (diff) | |
download | pkgsrc-4238327ecf36242480c954cfad54a2f15ff34456.tar.gz |
Hardcode version number in dependence on "dialog" package because "0.6z"
is not a correct dewey number.
Diffstat (limited to 'print')
-rw-r--r-- | print/teTeX-bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/teTeX-bin/Makefile b/print/teTeX-bin/Makefile index 5a195681fc4..9eab0370aad 100644 --- a/print/teTeX-bin/Makefile +++ b/print/teTeX-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2001/02/17 17:51:56 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2001/02/22 13:25:10 tron Exp $ # FreeBSD Id: Makefile,v 1.20 1997/08/05 06:56:41 tg Exp # @@ -14,7 +14,7 @@ COMMENT= TeX distribution for UNIX compatible systems - executables BUILD_DEPENDS+= ${LOCALBASE}/bin/bison:../../devel/bison DEPENDS+= teTeX-share-1.0.*:../teTeX-share -DEPENDS+= dialog>=0.6z:../../misc/dialog +DEPENDS+= dialog-0.6z:../../misc/dialog DEPENDS+= libwww>=5.2.8:../../www/libwww DEPENDS+= png>=1.0.6:../../graphics/png DEPENDS+= texi2html>=1.52:../../textproc/texi2html |