From 711ebf67a90f4bc38338f6de43c612506bbca023 Mon Sep 17 00:00:00 2001 From: Shigeyuki Fukushima Date: Fri, 10 Sep 1999 20:54:17 +0000 Subject: Fix for xemacs-21.1.6. --- mail/wanderlust/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mail/wanderlust') diff --git a/mail/wanderlust/Makefile b/mail/wanderlust/Makefile index d1f916d5c5ab..46b1bf1a4db0 100644 --- a/mail/wanderlust/Makefile +++ b/mail/wanderlust/Makefile @@ -38,8 +38,13 @@ RUN_DEPENDS= ${PKG_DBDIR}/${EMACS_PORT}-common-${MULE_VER}:${PORTSDIR}/editors/$ RUN_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} .endif # depends on semi +.if defined(EMACS_PACKAGESDIR) +BUILD_DEPENDS+= ${PREFIX}/${EMACS_PACKAGESDIR}/lisp/semi/mime-setup.el:${PORTSDIR}/editors/semi-${EMACS_PORT}-current +RUN_DEPENDS+= ${PREFIX}/${EMACS_PACKAGESDIR}/lisp/semi/mime-setup.el:${PORTSDIR}/editors/semi-${EMACS_PORT}-current +.else BUILD_DEPENDS+= ${PREFIX}/${EMACS_LIBDIR}/site-lisp/semi/mime-setup.el:${PORTSDIR}/editors/semi-${EMACS_PORT}-current RUN_DEPENDS+= ${PREFIX}/${EMACS_LIBDIR}/site-lisp/semi/mime-setup.el:${PORTSDIR}/editors/semi-${EMACS_PORT}-current +.endif .if (${EMACS_PORT} == "xemacs-mule") DIRSECTION= "Local Packages:" -- cgit v1.2.3