diff options
author | Anders Nordby <anders@FreeBSD.org> | 2002-10-13 11:57:43 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2002-10-13 11:57:43 +0000 |
commit | 72df7726b5d06c84b8a17855d22d6ae5b2bc77b7 (patch) | |
tree | df8e2f1864cd7cfa127af84d137f572090af69e2 /mail | |
parent | Add msg and failure if USE_AUTOCONF* defined. (diff) |
kris removed ports/mail/mh, so remove WITH_MH here then.
Notes
Notes:
svn path=/head/; revision=67967
Diffstat (limited to 'mail')
-rw-r--r-- | mail/exmh2/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mail/exmh2/Makefile b/mail/exmh2/Makefile index 74554c434ded..71db80e3663a 100644 --- a/mail/exmh2/Makefile +++ b/mail/exmh2/Makefile @@ -33,13 +33,9 @@ TCLSH= tclsh8.3 .if defined(JAPANESE_EXMH) RUN_DEPENDS+= repl:${PORTSDIR}/japanese/mh .else -.if defined(WITH_MH) -RUN_DEPENDS+= repl:${PORTSDIR}/mail/mh -.else RUN_DEPENDS+= repl:${PORTSDIR}/mail/nmh SCRIPTS_ENV+= USE_NMH=YES .endif -.endif # full mime support needs mmencode/mmdecode from metamail RUN_DEPENDS+= mmencode:${PORTSDIR}/mail/metamail |