diff options
author | shige <shige@FreeBSD.org> | 1999-09-11 04:54:17 +0800 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 1999-09-11 04:54:17 +0800 |
commit | 798249ecbabc0b9be0c98f2fdb30570eaa0d8e82 (patch) | |
tree | 95dd8fe6b7bbb962d8ee931cf90d0e0d09ac8130 /mail/wanderlust | |
parent | 56698d6be60bffc4cd9a75ef42a2282b89791c93 (diff) | |
download | freebsd-ports-gnome-798249ecbabc0b9be0c98f2fdb30570eaa0d8e82.tar.gz freebsd-ports-gnome-798249ecbabc0b9be0c98f2fdb30570eaa0d8e82.tar.zst freebsd-ports-gnome-798249ecbabc0b9be0c98f2fdb30570eaa0d8e82.zip |
Fix for xemacs-21.1.6.
Diffstat (limited to 'mail/wanderlust')
-rw-r--r-- | mail/wanderlust/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
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:" |