summaryrefslogtreecommitdiffstats
path: root/editors/flim/Makefile
diff options
context:
space:
mode:
authorshige <shige@FreeBSD.org>2000-07-19 08:07:47 +0000
committershige <shige@FreeBSD.org>2000-07-19 08:07:47 +0000
commit0a2021589a4a919f30f1b789db00476edfc23b78 (patch)
treeb063daf3eb544060b1489633d870927325db3c11 /editors/flim/Makefile
parent1c16ebdb044f28de91aad17af09d45a3a9f9b399 (diff)
downloadFreeBSD-ports-0a2021589a4a919f30f1b789db00476edfc23b78.zip
FreeBSD-ports-0a2021589a4a919f30f1b789db00476edfc23b78.tar.gz
Fix broken apel-dependency in the case of xemacs and xemacs20.
Diffstat (limited to 'editors/flim/Makefile')
-rw-r--r--editors/flim/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/flim/Makefile b/editors/flim/Makefile
index 2265d76..61cc10f 100644
--- a/editors/flim/Makefile
+++ b/editors/flim/Makefile
@@ -46,6 +46,10 @@ PLIST_SUB+= FLIMDOCDIR=${FLIMDOCDIR} FLIM_SETUPEL=${FLIM_SETUPEL} \
.if defined(EMACS_PACKAGESDIR)
BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_PACKAGESDIR}/lisp/apel/emu.el:${PORTSDIR}/editors/apel-${EMACS_PORT_NAME}
RUN_DEPENDS+= ${LOCALBASE}/${EMACS_PACKAGESDIR}/lisp/apel/emu.el:${PORTSDIR}/editors/apel-${EMACS_PORT_NAME}
+.elif (${EMACS_PORT_NAME} == "xemacs") || (${EMACS_PORT_NAME} == "xemacs20")
+# depends on apel (case of xemacs-20.x or former)
+BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_LIBDIR}/site-lisp/emu/emu.el:${PORTSDIR}/editors/apel-${EMACS_PORT_NAME}
+RUN_DEPENDS+= ${LOCALBASE}/${EMACS_LIBDIR}/site-lisp/emu/emu.el:${PORTSDIR}/editors/apel-${EMACS_PORT_NAME}
.else
# depends on apel (case of other emacsen etc...)
BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_LIBDIR_WITH_VER}/site-lisp/emu/emu.el:${PORTSDIR}/editors/apel-${EMACS_PORT_NAME}
OpenPOWER on IntegriCloud