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 | |
parent | 56698d6be60bffc4cd9a75ef42a2282b89791c93 (diff) | |
download | freebsd-ports-graphics-798249ecbabc0b9be0c98f2fdb30570eaa0d8e82.tar.gz freebsd-ports-graphics-798249ecbabc0b9be0c98f2fdb30570eaa0d8e82.tar.zst freebsd-ports-graphics-798249ecbabc0b9be0c98f2fdb30570eaa0d8e82.zip |
Fix for xemacs-21.1.6.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/wanderlust-emacs/Makefile | 5 | ||||
-rw-r--r-- | mail/wanderlust-xemacs21-mule/Makefile | 5 | ||||
-rw-r--r-- | mail/wanderlust/Makefile | 5 |
3 files changed, 13 insertions, 2 deletions
diff --git a/mail/wanderlust-emacs/Makefile b/mail/wanderlust-emacs/Makefile index d1f916d5c5a..46b1bf1a4db 100644 --- a/mail/wanderlust-emacs/Makefile +++ b/mail/wanderlust-emacs/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:" diff --git a/mail/wanderlust-xemacs21-mule/Makefile b/mail/wanderlust-xemacs21-mule/Makefile index 74edfe66288..c7f64b92f59 100644 --- a/mail/wanderlust-xemacs21-mule/Makefile +++ b/mail/wanderlust-xemacs21-mule/Makefile @@ -14,8 +14,9 @@ EMACS_NAME= xemacs EMACS_PORT= xemacs-mule EMACS_VER= 21.1.6 MULE_VER= 21.1.6 -EMACS_LIBDIR= lib/xemacs-21.1.6 -EMACS_VER_LIBDIR= lib/xemacs-21.1.6 +EMACS_LIBDIR= lib/xemacs +EMACS_VER_LIBDIR= lib/xemacs +EMACS_PACKAGESDIR= lib/${EMACS_NAME}/${EMACS_NAME}-packages HAVE_COMMON_PORT= yes diff --git a/mail/wanderlust/Makefile b/mail/wanderlust/Makefile index d1f916d5c5a..46b1bf1a4db 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:" |