diff options
author | ashish <ashish@FreeBSD.org> | 2016-10-02 20:38:14 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2016-10-02 20:38:14 +0800 |
commit | 42c3f5f554802b84610aecbe067bcc25ab094542 (patch) | |
tree | f347415dd706557f1fc10cf28bd3ad210fa5507b /editors/flim | |
parent | 3ef44bb0599f4352bfbb5fc4f9b7242f4a289ac3 (diff) | |
download | freebsd-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/Makefile | 4 |
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) |