diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-09-09 16:32:14 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-09-09 16:32:14 +0000 |
commit | 29a4884d29c8e6100001503b6d6b690cf336a880 (patch) | |
tree | 49aed658dafcf34bf27eb0b7f740e949020793fd /mail | |
parent | 120a243b9ab20d1c5d8f016c4bb18491554ee937 (diff) | |
download | ports-29a4884d29c8e6100001503b6d6b690cf336a880.tar.gz ports-29a4884d29c8e6100001503b6d6b690cf336a880.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/wanderlust-emacs/Makefile | 4 | ||||
-rw-r--r-- | mail/wanderlust/Makefile | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/mail/wanderlust/Makefile b/mail/wanderlust/Makefile index ab3e318cce21..d1f916d5c5ab 100644 --- a/mail/wanderlust/Makefile +++ b/mail/wanderlust/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 |