aboutsummaryrefslogtreecommitdiff
path: root/editors/flim
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish@FreeBSD.org>2016-10-02 12:38:14 +0000
committerAshish SHUKLA <ashish@FreeBSD.org>2016-10-02 12:38:14 +0000
commit6abdc4246195d598c431248285e76bb7d352e0e5 (patch)
treef347415dd706557f1fc10cf28bd3ad210fa5507b /editors/flim
parent9596b5167f9e2ac5d71e951f8d99d42bf1c2bf5c (diff)
downloadports-6abdc4246195d598c431248285e76bb7d352e0e5.tar.gz
ports-6abdc4246195d598c431248285e76bb7d352e0e5.zip
Chase GNU Emacs updates, and unbreak INDEX file
Submitted by: Yasuhiro KIMURA <yasu@utahmime.org> (private email)
Notes
Notes: svn path=/head/; revision=423116
Diffstat (limited to 'editors/flim')
-rw-r--r--editors/flim/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/flim/Makefile b/editors/flim/Makefile
index 708ef00c20ca..d4b767575167 100644
--- a/editors/flim/Makefile
+++ b/editors/flim/Makefile
@@ -50,12 +50,12 @@ MAKE_ARGS+= PREFIX="${STAGEDIR}${LOCALBASE}" \
.include <bsd.port.pre.mk>
.if defined(EMACS_PORT_NAME)
-.if (${EMACS_PORT_NAME} == "emacs23") || (${EMACS_PORT_NAME} == "emacs24") || (${EMACS_PORT_NAME} == "emacs-devel")
+.if (${EMACS_PORT_NAME} == "emacs25") || (${EMACS_PORT_NAME} == "emacs-nox11") || (${EMACS_PORT_NAME} == "emacs-devel")
DEPPORT_SUFFIX=
.else
DEPPORT_SUFFIX= -${EMACS_PORT_NAME}
.endif
-.if (${EMACS_PORT_NAME} == "emacs23") || (${EMACS_PORT_NAME} == "emacs24") || (${EMACS_PORT_NAME} == "emacs-devel")
+.if (${EMACS_PORT_NAME} == "emacs25") || (${EMACS_PORT_NAME} == "emacs-nox11") || (${EMACS_PORT_NAME} == "emacs-devel")
PLIST= ${PKGDIR}/pkg-plist.emacs21
.endif
# depends on apel (case of xemacs-21.x or later)