diff options
author | shige <shige@FreeBSD.org> | 1999-05-11 00:04:45 +0800 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 1999-05-11 00:04:45 +0800 |
commit | 41d6bb50df299d4a0629e7e76099eab1ceadc7c8 (patch) | |
tree | 30684ce0d28ae863f60a843fe2371db7bf24bd41 /editors/flim113 | |
parent | f6a8aa8ff2915b80e0081d97820d69721779a142 (diff) | |
download | freebsd-ports-gnome-41d6bb50df299d4a0629e7e76099eab1ceadc7c8.tar.gz freebsd-ports-gnome-41d6bb50df299d4a0629e7e76099eab1ceadc7c8.tar.zst freebsd-ports-gnome-41d6bb50df299d4a0629e7e76099eab1ceadc7c8.zip |
Depend on mail/metamail (mmencode).
Diffstat (limited to 'editors/flim113')
-rw-r--r-- | editors/flim113/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/editors/flim113/Makefile b/editors/flim113/Makefile index 7f9a10b4cba7..dc3178b59563 100644 --- a/editors/flim113/Makefile +++ b/editors/flim113/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." |