Correct dependency for emacs21 to fix package build.

Reported by:       pointyhat via kris
This commit is contained in:
MANTANI Nobutaka 2007-08-04 10:47:25 +00:00
parent 62bea01c79
commit 6be666f4a4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197070

View file

@ -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}