diff options
author | kim <kim> | 2000-03-07 20:18:42 +0000 |
---|---|---|
committer | kim <kim> | 2000-03-07 20:18:42 +0000 |
commit | c9669e6b9f9650263dbcf73058b90041775957ab (patch) | |
tree | 9e7c436db49a35dd939f864abe4d8a917802db25 /mail/exmh | |
parent | c494f1ef85d7fcd96af69aeb31737aff69cdb0bb (diff) | |
download | pkgsrc-c9669e6b9f9650263dbcf73058b90041775957ab.tar.gz |
Reapply my changes from revision 1.20
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 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" |