aboutsummaryrefslogtreecommitdiffstats
path: root/editors/flim
diff options
context:
space:
mode:
authorashish <ashish@FreeBSD.org>2016-10-02 20:38:14 +0800
committerashish <ashish@FreeBSD.org>2016-10-02 20:38:14 +0800
commit42c3f5f554802b84610aecbe067bcc25ab094542 (patch)
treef347415dd706557f1fc10cf28bd3ad210fa5507b /editors/flim
parent3ef44bb0599f4352bfbb5fc4f9b7242f4a289ac3 (diff)
downloadfreebsd-ports-gnome-42c3f5f554802b84610aecbe067bcc25ab094542.tar.gz
freebsd-ports-gnome-42c3f5f554802b84610aecbe067bcc25ab094542.tar.zst
freebsd-ports-gnome-42c3f5f554802b84610aecbe067bcc25ab094542.zip
Chase GNU Emacs updates, and unbreak INDEX file
Submitted by: Yasuhiro KIMURA <yasu@utahmime.org> (private email)
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)