aboutsummaryrefslogtreecommitdiffstats
path: root/mail/rmime
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2006-01-02 10:10:25 +0800
committerdd <dd@FreeBSD.org>2006-01-02 10:10:25 +0800
commitb71994c7eeb4c5c2f77bdfdc945580a5611eab12 (patch)
tree6a31a2a1e32180c3feab5826d06fbe70b7934fee /mail/rmime
parente8229bf0c2a39f75fd1e11ebb16771a7025c1d2c (diff)
downloadfreebsd-ports-gnome-b71994c7eeb4c5c2f77bdfdc945580a5611eab12.tar.gz
freebsd-ports-gnome-b71994c7eeb4c5c2f77bdfdc945580a5611eab12.tar.zst
freebsd-ports-gnome-b71994c7eeb4c5c2f77bdfdc945580a5611eab12.zip
This port still requires emacs20, so use the port.mk emacs framework
to get the right port. (Actually, ideally, the port would just be upgraded to use emacs21, but--this is better than nothing for now.) PR: 90469, 90471 Submitted by: NIIMI Satoshi
Diffstat (limited to 'mail/rmime')
-rw-r--r--mail/rmime/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/rmime/Makefile b/mail/rmime/Makefile
index f60b10da973b..8c9d44172ca1 100644
--- a/mail/rmime/Makefile
+++ b/mail/rmime/Makefile
@@ -19,7 +19,7 @@ EXTRACT_ONLY= # empty
MAINTAINER= dd@FreeBSD.org
COMMENT= Decode MIME messages inside Emacs (works with RMAIL, VM, and mh-e)
-BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs20
+EMACS_PORT_NAME?= emacs20
RUN_DEPENDS= metamail:${PORTSDIR}/mail/metamail
NO_WRKSUBDIR= yes
@@ -27,7 +27,7 @@ STRIP= # empty
do-build:
${CP} ${DISTDIR}/rmime.el ${WRKDIR}
- emacs -batch -f batch-byte-compile ${WRKDIR}/rmime.el
+ ${EMACS_CMD} -batch -f batch-byte-compile ${WRKDIR}/rmime.el
do-install:
${INSTALL_DATA} ${WRKDIR}/rmime.el ${WRKDIR}/rmime.elc\