diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-14 17:10:50 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-14 17:10:50 +0000 |
commit | 6eff5967a7a142fa7085178c8046e462a6f66e9e (patch) | |
tree | 6c280a5fa20df78f1d79b42076c806a8ecf36bc1 /mail/exmh2 | |
parent | 5026928fbafd8ad18d16caeb55bf6f1af93df053 (diff) | |
download | ports-6eff5967a7a142fa7085178c8046e462a6f66e9e.tar.gz ports-6eff5967a7a142fa7085178c8046e462a6f66e9e.zip |
Notes
Diffstat (limited to 'mail/exmh2')
-rw-r--r-- | mail/exmh2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/exmh2/Makefile b/mail/exmh2/Makefile index ac6994e636d1..c7c18df3f9e8 100644 --- a/mail/exmh2/Makefile +++ b/mail/exmh2/Makefile @@ -5,10 +5,10 @@ # $FreeBSD$ # -# "?=" lines are for sharing this Makefile with japanese/exmh2. +# "+=" and "?=" lines are for sharing this Makefile with japanese/exmh2. PORTNAME= exmh PORTVERSION= 2.1.1 -CATEGORIES?= mail tk82 +CATEGORIES+= mail tk82 MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/exmh/ MAINTAINER?= markm@FreeBSD.org @@ -33,7 +33,7 @@ RUN_DEPENDS+= repl:${PORTSDIR}/japanese/mh RUN_DEPENDS+= repl:${PORTSDIR}/mail/mh .else RUN_DEPENDS+= repl:${PORTSDIR}/mail/nmh -SCRIPT_ENV+= USE_NMH=YES +SCRIPTS_ENV+= USE_NMH=YES .endif .endif |