diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2007-08-04 18:46:23 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2007-08-04 18:46:23 +0800 |
commit | 8859144ab783aeff1a52a2ca862da9a90b23c69e (patch) | |
tree | 14308386b46a056e187d8333a04f32b392b6da94 /editors | |
parent | 4f5a03ab89440683ba3b33fde3b4bb884eb6e6ea (diff) | |
download | freebsd-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/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} |