summaryrefslogtreecommitdiff
path: root/editors/flim114-emacs20/Makefile
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>1999-05-10 16:04:45 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>1999-05-10 16:04:45 +0000
commit96dcc3da2cc6a965bfbb1528580048d08ea8e794 (patch)
tree3734a1f3d92bbea53e6f14db2875bdfab317ffcf /editors/flim114-emacs20/Makefile
parentChange semi-setup.el to semi-setupel.el. (diff)
Depend on mail/metamail (mmencode).
Notes
Notes: svn path=/head/; revision=18750
Diffstat (limited to '')
-rw-r--r--editors/flim114-emacs20/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/editors/flim114-emacs20/Makefile b/editors/flim114-emacs20/Makefile
index 7f9a10b4cba7..dc3178b59563 100644
--- a/editors/flim114-emacs20/Makefile
+++ b/editors/flim114-emacs20/Makefile
@@ -3,7 +3,7 @@
# Date created: 9 May 1999
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.1.1.1 1999/05/09 16:34:24 shige Exp $
+# $Id: Makefile,v 1.2 1999/05/10 13:31:16 shige Exp $
#
DISTNAME= flim-${FLIM_VER}
@@ -61,6 +61,10 @@ RUN_DEPENDS+= ${PREFIX}/${EMACS_LIBDIR}/${EMACS_VER}/site-lisp/custom.el:${PORTS
# depends on apel
BUILD_DEPENDS+= ${PREFIX}/${EMACS_LIBDIR}/${EMACS_VER}/site-lisp/emu/emu.el:${PORTSDIR}/editors/apel-${EMACS_PORT}
RUN_DEPENDS+= ${PREFIX}/${EMACS_LIBDIR}/${EMACS_VER}/site-lisp/emu/emu.el:${PORTSDIR}/editors/apel-${EMACS_PORT}
+# depends on mmencode
+.if (${EMACS_NAME} != "xemacs")
+RUN_DEPENDS+= mmencode:${PORTSDIR}/mail/metamail
+.endif
.else
.BEGIN:
@${ECHO} "Error: Bad port."