diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2010-01-27 23:52:38 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2010-01-27 23:52:38 +0800 |
commit | 59114e7a7531ca7693062577567252a83cf74707 (patch) | |
tree | 800341c7fd0d5d8bc8583252a8f352f655ea63ed /editors | |
parent | 811ed2baafc9914c7598950283f6a549504055cc (diff) | |
download | freebsd-ports-gnome-59114e7a7531ca7693062577567252a83cf74707.tar.gz freebsd-ports-gnome-59114e7a7531ca7693062577567252a83cf74707.tar.zst freebsd-ports-gnome-59114e7a7531ca7693062577567252a83cf74707.zip |
Fix build error with xemacs21-mule.
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} |