diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2010-01-27 15:52:38 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2010-01-27 15:52:38 +0000 |
commit | 5ad09c63ec72b299177a7fc5cc499a40228a6657 (patch) | |
tree | e6446f0b5f1b179273bc379346cc597708cebb1a /editors | |
parent | 5736c8eab3bdf8a1c7cd6fed3d674db2854d8d1e (diff) | |
download | ports-5ad09c63ec72b299177a7fc5cc499a40228a6657.tar.gz ports-5ad09c63ec72b299177a7fc5cc499a40228a6657.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/flim/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/flim/Makefile b/editors/flim/Makefile index 10ad12fb96d9..4350a3efaee8 100644 --- a/editors/flim/Makefile +++ b/editors/flim/Makefile @@ -57,6 +57,7 @@ PLIST= ${PKGDIR}/pkg-plist.emacs21 .if defined(EMACS_PACKAGESDIR) BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_LIBDIR}/xemacs-packages/lisp/apel/emu.el:${PORTSDIR}/editors/xemacs-packages RUN_DEPENDS+= ${LOCALBASE}/${EMACS_LIBDIR}/xemacs-packages/lisp/apel/emu.el:${PORTSDIR}/editors/xemacs-packages +MAKE_ARGS+= PACKAGEDIR="${LOCALBASE}/${EMACS_PACKAGESDIR}" .else # depends on apel (case of gnu emacsen etc...) BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/emu/emu.el:${PORTSDIR}/editors/apel${DEPPORT_SUFFIX} |