From ab6019237087c3afbbd184e11d134abc305b9eda Mon Sep 17 00:00:00 2001 From: taoka Date: Thu, 9 Sep 1999 16:32:14 +0000 Subject: Compile error Point out by: OKAZAKI Tetsurou Obtained from: maintaier's mail in ports-jp@jp.freebsd.org --- mail/wanderlust/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/wanderlust') diff --git a/mail/wanderlust/Makefile b/mail/wanderlust/Makefile index ab3e318..d1f916d 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 -- cgit v1.1