diff options
author | agc <agc> | 1997-11-19 14:49:49 +0000 |
---|---|---|
committer | agc <agc> | 1997-11-19 14:49:49 +0000 |
commit | 5ae642394c6391b04d8dd0963d089c12482d79fd (patch) | |
tree | 7cd6fa814dc074f92ca71c9e6d0d383dcafc0080 /mail | |
parent | 705b06b1b3af251d9913d611cd2654618679055d (diff) | |
download | pkgsrc-5ae642394c6391b04d8dd0963d089c12482d79fd.tar.gz |
Add NetBSD RCS id.
Make runtime dependency on nmh, rather than mh.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/exmh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/exmh/Makefile b/mail/exmh/Makefile index c3b006f1ecc..01e1942d018 100644 --- a/mail/exmh/Makefile +++ b/mail/exmh/Makefile @@ -3,6 +3,7 @@ # Date released: 1 Jan 97 # Whom: Peter Wemm <peter@freebsd.org> # +# $NetBSD: Makefile,v 1.2 1997/11/19 14:49:49 agc Exp $ # FreeBSD Id: Makefile,v 1.17 1997/10/06 06:49:45 peter Exp # @@ -32,7 +33,7 @@ WISH= wish8.0 TCLSH= tclsh8.0 # exmh is pretty useless without this, but it's not needed to build it. -RUN_DEPENDS+= repl:${PORTSDIR}/mail/mh +RUN_DEPENDS+= repl:${PORTSDIR}/mail/nmh # full mime support needs mmencode/mmdecode from metamail RUN_DEPENDS+= mmencode:${PORTSDIR}/mail/metamail |