mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
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
@ -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 New Issue
Block a user