diff options
author | taoka <taoka@FreeBSD.org> | 1999-09-09 16:32:14 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-09-09 16:32:14 +0000 |
commit | ab6019237087c3afbbd184e11d134abc305b9eda (patch) | |
tree | f5f0a87288f3d3c610285fd83c7404f97dea93b6 /mail/wanderlust | |
parent | 398c0485f240d9778e279ab89c2e055d5a030677 (diff) | |
download | FreeBSD-ports-ab6019237087c3afbbd184e11d134abc305b9eda.zip FreeBSD-ports-ab6019237087c3afbbd184e11d134abc305b9eda.tar.gz |
Compile error
Point out by: OKAZAKI Tetsurou <okazaki@be.to>
Obtained from: maintaier's mail in ports-jp@jp.freebsd.org
Diffstat (limited to 'mail/wanderlust')
-rw-r--r-- | mail/wanderlust/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |