diff options
author | sem <sem@FreeBSD.org> | 2006-05-06 16:44:14 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2006-05-06 16:44:14 +0800 |
commit | 81de33d61b3e7194a3be87f5ffff39652e3aed19 (patch) | |
tree | 4e5b6f25bca0279c83a6cd9f116ef47ee48e3c93 /mail/rmime | |
parent | 226c0473043935620cb24a281964dff5dd35b688 (diff) | |
download | freebsd-ports-gnome-81de33d61b3e7194a3be87f5ffff39652e3aed19.tar.gz freebsd-ports-gnome-81de33d61b3e7194a3be87f5ffff39652e3aed19.tar.zst freebsd-ports-gnome-81de33d61b3e7194a3be87f5ffff39652e3aed19.zip |
- Add USE_EMACS=yes. It should present in all emacsen ports.
(This commit prevents the ports breakage after more strict condition
will applied in bsd.port.mk and makes no functional changes)
PR: ports/95238
Submitted by: nobutaka
Diffstat (limited to 'mail/rmime')
-rw-r--r-- | mail/rmime/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/rmime/Makefile b/mail/rmime/Makefile index 8c9d44172ca1..5aa2abc5fb38 100644 --- a/mail/rmime/Makefile +++ b/mail/rmime/Makefile @@ -19,6 +19,7 @@ EXTRACT_ONLY= # empty MAINTAINER= dd@FreeBSD.org COMMENT= Decode MIME messages inside Emacs (works with RMAIL, VM, and mh-e) +USE_EMACS= yes EMACS_PORT_NAME?= emacs20 RUN_DEPENDS= metamail:${PORTSDIR}/mail/metamail |