diff options
author | agc <agc@pkgsrc.org> | 1999-04-01 13:36:55 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-04-01 13:36:55 +0000 |
commit | aaac4bc29e6488b978f8d5efa048fc0d2435af5e (patch) | |
tree | 75de2d3e80d2a79072516641dba5a219f3806999 /mail/exmh | |
parent | 7ad7d3c2713a94033f2ebed5e3ba4b7cd8451c55 (diff) | |
download | pkgsrc-aaac4bc29e6488b978f8d5efa048fc0d2435af5e.tar.gz |
Upgrade to tcl version 8.0.5. This seems to be primarily a bug-fix
release.
Diffstat (limited to 'mail/exmh')
-rw-r--r-- | mail/exmh/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/exmh/Makefile b/mail/exmh/Makefile index 89de067a740..b88376ed62b 100644 --- a/mail/exmh/Makefile +++ b/mail/exmh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 1998/11/19 15:40:46 agc Exp $ +# $NetBSD: Makefile,v 1.15 1999/04/01 13:36:56 agc Exp $ # FreeBSD Id: Makefile,v 1.25 1998/02/15 05:36:54 peter Exp # @@ -26,8 +26,8 @@ PATCH_DIST_ARGS= -d ${WRKSRC}/lib --forward --quiet -E ${PATCH_DIST_STRIP} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.beedub.com/exmh/ -DEPENDS+= tcl-8.0p2:../../lang/tcl80 -DEPENDS+= tk-8.0p2:../../x11/tk80 +DEPENDS+= tcl-8.0.5:../../lang/tcl80 +DEPENDS+= tk-8.0.5:../../x11/tk80 DEPENDS+= nmh-0.27:../../mail/nmh DEPENDS+= mm-2.7:../../mail/metamail |