diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2006-07-10 02:42:53 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2006-07-10 02:42:53 +0000 |
commit | 2bd73027be5b84e09317a5cd1db9c1b86f5ceaf2 (patch) | |
tree | a72c09e378f2e4f57091e2efe7af8f4cde9984a3 /editors/flim | |
parent | 2f4d8e109693cb81471f3b2e003cbf53197c7b2f (diff) | |
download | ports-2bd73027be5b84e09317a5cd1db9c1b86f5ceaf2.tar.gz ports-2bd73027be5b84e09317a5cd1db9c1b86f5ceaf2.zip |
Notes
Diffstat (limited to 'editors/flim')
-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 33a92700c2dc..40767fa5ceb6 100644 --- a/editors/flim/Makefile +++ b/editors/flim/Makefile @@ -46,7 +46,7 @@ MAKE_ARGS+= PREFIX="${LOCALBASE}" \ .include <bsd.port.pre.mk> .if defined(EMACS_PORT_NAME) -.if ${EMACS_PORT_NAME} == "emacs21" +.if ${EMACS_PORT_NAME} == "emacs21" || (${EMACS_PORT_NAME} == "emacs22") DEPPORT_SUFFIX= .else DEPPORT_SUFFIX= -${EMACS_PORT_NAME} |