aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-03-05 17:56:17 +0800
committerkris <kris@FreeBSD.org>2000-03-05 17:56:17 +0800
commit2769fd6c48cd8ed5d8004ebcbd4cd56e423f3517 (patch)
tree6723b0b869cd59bf9d88a4334401f1167c114265
parent411cf6fdae434252365c38d73d038a03222ffc8f (diff)
downloadfreebsd-ports-gnome-2769fd6c48cd8ed5d8004ebcbd4cd56e423f3517.tar.gz
freebsd-ports-gnome-2769fd6c48cd8ed5d8004ebcbd4cd56e423f3517.tar.zst
freebsd-ports-gnome-2769fd6c48cd8ed5d8004ebcbd4cd56e423f3517.zip
Change the default to depend on nmh, not mh
Approved by: Maintainer
-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