diff options
author | reg <reg@FreeBSD.org> | 2000-04-17 00:19:02 +0000 |
---|---|---|
committer | reg <reg@FreeBSD.org> | 2000-04-17 00:19:02 +0000 |
commit | d22cbcc0186bfcde72d3058c3d06d1032bb7157e (patch) | |
tree | efb5227e2fc359da16edf2ca8a5ca4744a25bc3e /mail/exmh2 | |
parent | 8b766534122d71052c9f8e5a0752944edf0450f8 (diff) | |
download | FreeBSD-ports-d22cbcc0186bfcde72d3058c3d06d1032bb7157e.zip FreeBSD-ports-d22cbcc0186bfcde72d3058c3d06d1032bb7157e.tar.gz |
Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO. Begin the process of reserving these prefixes for user defined
options.
No comment by: ports
Diffstat (limited to 'mail/exmh2')
-rw-r--r-- | mail/exmh2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/exmh2/Makefile b/mail/exmh2/Makefile index c7c18df..9366303 100644 --- a/mail/exmh2/Makefile +++ b/mail/exmh2/Makefile @@ -29,7 +29,7 @@ TCLSH= tclsh8.2 .if defined(JAPANESE_EXMH) RUN_DEPENDS+= repl:${PORTSDIR}/japanese/mh .else -.if defined(USE_MH) +.if defined(WITH_MH) RUN_DEPENDS+= repl:${PORTSDIR}/mail/mh .else RUN_DEPENDS+= repl:${PORTSDIR}/mail/nmh |