aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-03-05 09:56:17 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-03-05 09:56:17 +0000
commitb10fe2c8035826738d44e7cd74d75d6289babfaf (patch)
tree61ce4859ebced611e7bd4d99f074e465eb831f26 /mail
parent81bf1c5e7c944c53c9368df81d8a17590b3d23a6 (diff)
downloadports-b10fe2c8035826738d44e7cd74d75d6289babfaf.tar.gz
ports-b10fe2c8035826738d44e7cd74d75d6289babfaf.zip
Change the default to depend on nmh, not mh
Approved by: Maintainer
Notes
Notes: svn path=/head/; revision=26559
Diffstat (limited to 'mail')
-rw-r--r--mail/exmh2/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/exmh2/Makefile b/mail/exmh2/Makefile
index 3ef9c3012224..3ae91a6524c1 100644
--- a/mail/exmh2/Makefile
+++ b/mail/exmh2/Makefile
@@ -29,11 +29,11 @@ TCLSH= tclsh8.2
.if defined(JAPANESE_EXMH)
RUN_DEPENDS+= repl:${PORTSDIR}/japanese/mh
.else
-.if defined(USE_NMH)
-RUN_DEPENDS+= repl:${PORTSDIR}/mail/nmh
-SCRIPTS_ENV+= USE_NMH=YES
-.else
+.if defined(USE_MH)
RUN_DEPENDS+= repl:${PORTSDIR}/mail/mh
+.else
+RUN_DEPENDS+= repl:${PORTSDIR}/mail/nmh
+SCRIPT_ENV+= USE_NMH=YES
.endif
.endif