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/semi | |
parent | Add a BUILD_DEPENDS on Python. (diff) |
Make DEPPORT_SUFFIX empty when EMACS_PORT_NAME = emacs22 since editors/apel-emacs22
and editors/flim-emacs22 does not exist.
Notes
Notes:
svn path=/head/; revision=167322
Diffstat (limited to 'editors/semi')
-rw-r--r-- | editors/semi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/semi/Makefile b/editors/semi/Makefile index 105bcb21db36..1ca0725e917d 100644 --- a/editors/semi/Makefile +++ b/editors/semi/Makefile @@ -47,7 +47,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} |