Correct dependency for emacs21 to fix package build.
Reported by: pointyhat via kris
This commit is contained in:
parent
62bea01c79
commit
6be666f4a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197070
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ MAKE_ARGS+= PREFIX="${LOCALBASE}" \
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(EMACS_PORT_NAME)
|
||||
.if (${EMACS_PORT_NAME} == "emacs21") || (${EMACS_PORT_NAME} == "emacs22")
|
||||
.if (${EMACS_PORT_NAME} == "emacs22")
|
||||
DEPPORT_SUFFIX=
|
||||
.else
|
||||
DEPPORT_SUFFIX= -${EMACS_PORT_NAME}
|
||||
|
|
Loading…
Reference in a new issue