diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2007-08-04 10:46:23 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2007-08-04 10:46:23 +0000 |
commit | 62bea01c79fc41f9863de65ecb13e1810537d561 (patch) | |
tree | 4488131748b492a9c5e248f2c06be81e72ccacc9 | |
parent | Remove EMACS_PORT_NAME to use default setting in bsd.emacs.mk. (diff) |
Correct dependency for emacs21 to fix package build.
Reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=197069
-rw-r--r-- | editors/flim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/flim/Makefile b/editors/flim/Makefile index 84e2ce1b3de1..785572df4ebf 100644 --- a/editors/flim/Makefile +++ b/editors/flim/Makefile @@ -44,7 +44,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} |