From 59114e7a7531ca7693062577567252a83cf74707 Mon Sep 17 00:00:00 2001 From: nobutaka Date: Wed, 27 Jan 2010 15:52:38 +0000 Subject: Fix build error with xemacs21-mule. --- editors/flim/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'editors') 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} -- cgit