diff options
Diffstat (limited to 'mail/wanderlust-emacs')
-rw-r--r-- | mail/wanderlust-emacs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/wanderlust-emacs/Makefile b/mail/wanderlust-emacs/Makefile index ab3e318cce21..d1f916d5c5ab 100644 --- a/mail/wanderlust-emacs/Makefile +++ b/mail/wanderlust-emacs/Makefile @@ -26,15 +26,15 @@ EMACS_LIBDIR= share/emacs EMACS_CMD= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER} +BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} + .if !defined(HAVE_COMMON_PORT) HAVE_COMMON_PORT= no .endif .if (${HAVE_COMMON_PORT} == "yes") # depends on common port -BUILD_DEPENDS= ${PKG_DBDIR}/${EMACS_PORT}-common-${MULE_VER}:${PORTSDIR}/editors/${EMACS_PORT}-common RUN_DEPENDS= ${PKG_DBDIR}/${EMACS_PORT}-common-${MULE_VER}:${PORTSDIR}/editors/${EMACS_PORT}-common .else -BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} RUN_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} .endif # depends on semi |