diff options
author | kim <kim@pkgsrc.org> | 2000-03-07 20:18:42 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2000-03-07 20:18:42 +0000 |
commit | 0726f83164025dcf1784434bcb0f5278dcd0b289 (patch) | |
tree | 9e7c436db49a35dd939f864abe4d8a917802db25 /mail | |
parent | e0f3b9a4ee8d9c39e67f5cd1e4b539c6f97d9bfd (diff) | |
download | pkgsrc-0726f83164025dcf1784434bcb0f5278dcd0b289.tar.gz |
Reapply my changes from revision 1.20
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 c85777bb280..a8d96cddb79 100644 --- a/mail/exmh/Makefile +++ b/mail/exmh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2000/03/06 10:21:32 wulf Exp $ +# $NetBSD: Makefile,v 1.22 2000/03/07 20:18:42 kim Exp $ # FreeBSD Id: Makefile,v 1.25 1998/02/15 05:36:54 peter Exp # @@ -11,8 +11,8 @@ HOMEPAGE= http://www.beedub.com/exmh/ DEPENDS+= tcl-8.0.5:../../lang/tcl80 DEPENDS+= tk-8.0.5:../../x11/tk80 -DEPENDS+= nmh-1.0:../../mail/nmh -DEPENDS+= mm-2.7:../../mail/metamail +DEPENDS+= nmh>=1.0:../../mail/nmh +DEPENDS+= mm>=2.7:../../mail/metamail .include "../../mk/bsd.prefs.mk" |