diff options
author | kim <kim@pkgsrc.org> | 2000-03-02 05:19:55 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2000-03-02 05:19:55 +0000 |
commit | cf1a283b68e96a19f58e91abb33ecdda4f36faf8 (patch) | |
tree | 8d19f5bb1b6b7dc843b54a6fa7e143aa13ec5da7 /mail/exmh | |
parent | e9c091498c988ec0be3b6c49608adafb34e01d65 (diff) | |
download | pkgsrc-cf1a283b68e96a19f58e91abb33ecdda4f36faf8.tar.gz |
Fix version dependencies (new nmh).
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 3b20f624530..aebd6486ad4 100644 --- a/mail/exmh/Makefile +++ b/mail/exmh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2000/01/13 09:17:36 agc Exp $ +# $NetBSD: Makefile,v 1.20 2000/03/02 05:19:55 kim Exp $ # FreeBSD Id: Makefile,v 1.25 1998/02/15 05:36:54 peter Exp # @@ -19,8 +19,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" |