diff options
author | agc <agc> | 1999-04-01 13:36:55 +0000 |
---|---|---|
committer | agc <agc> | 1999-04-01 13:36:55 +0000 |
commit | e31512d764909bd113afbbbe9e0cd46af731feb1 (patch) | |
tree | 75de2d3e80d2a79072516641dba5a219f3806999 /mail | |
parent | d3a366f93686fcbd951515fdf11f368f3a6258cf (diff) | |
download | pkgsrc-e31512d764909bd113afbbbe9e0cd46af731feb1.tar.gz |
Upgrade to tcl version 8.0.5. This seems to be primarily a bug-fix
release.
Diffstat (limited to 'mail')
-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 |