mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
Compile error
Point out by: OKAZAKI Tetsurou <okazaki@be.to> Obtained from: maintaier's mail in ports-jp@jp.freebsd.org
This commit is contained in:
parent
120a243b9a
commit
29a4884d29
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21507
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user