aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authornobutaka <nobutaka@FreeBSD.org>2007-08-04 18:46:23 +0800
committernobutaka <nobutaka@FreeBSD.org>2007-08-04 18:46:23 +0800
commit8859144ab783aeff1a52a2ca862da9a90b23c69e (patch)
tree14308386b46a056e187d8333a04f32b392b6da94 /editors
parent4f5a03ab89440683ba3b33fde3b4bb884eb6e6ea (diff)
downloadfreebsd-ports-gnome-8859144ab783aeff1a52a2ca862da9a90b23c69e.tar.gz
freebsd-ports-gnome-8859144ab783aeff1a52a2ca862da9a90b23c69e.tar.zst
freebsd-ports-gnome-8859144ab783aeff1a52a2ca862da9a90b23c69e.zip
Correct dependency for emacs21 to fix package build.
Reported by: pointyhat via kris
Diffstat (limited to 'editors')
-rw-r--r--editors/flim/Makefile2
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}