diff options
author | wiz <wiz@pkgsrc.org> | 2002-05-26 10:42:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-05-26 10:42:39 +0000 |
commit | bee36ac2159be765660216a5b3a0561e466c4e2e (patch) | |
tree | a841d0d2b3044e3dc4f87db79e82f326b9e1f275 /mail/exmh | |
parent | 02443a5f52c4eb06bc306972969c5b4aa902abd5 (diff) | |
download | pkgsrc-bee36ac2159be765660216a5b3a0561e466c4e2e.tar.gz |
Rename metamail package from 'mm' to 'metamail'. Closes pkg/17030.
Diffstat (limited to 'mail/exmh')
-rw-r--r-- | mail/exmh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exmh/Makefile b/mail/exmh/Makefile index e79c87cc489..14ec8a100e9 100644 --- a/mail/exmh/Makefile +++ b/mail/exmh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2001/10/26 11:46:54 agc Exp $ +# $NetBSD: Makefile,v 1.29 2002/05/26 10:42:40 wiz Exp $ # FreeBSD Id: Makefile,v 1.25 1998/02/15 05:36:54 peter Exp # @@ -12,7 +12,7 @@ COMMENT= X11/TK based mail reader front end to MH DEPENDS+= tk>=8.3.2:../../x11/tk DEPENDS+= nmh>=1.0:../../mail/nmh -DEPENDS+= mm>=2.7:../../mail/metamail +DEPENDS+= metamail>=2.7:../../mail/metamail .include "../../mk/bsd.prefs.mk" |