Change the default to depend on nmh, not mh
Approved by: Maintainer
This commit is contained in:
parent
81bf1c5e7c
commit
b10fe2c803
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26559
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user