aboutsummaryrefslogtreecommitdiff
path: root/editors/flim
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish@FreeBSD.org>2012-08-01 16:50:15 +0000
committerAshish SHUKLA <ashish@FreeBSD.org>2012-08-01 16:50:15 +0000
commitf3770c10f91170936ad9d6bef144bcb6b0137ed6 (patch)
tree6f89622ebaf27d03bdee9af1952a026e6287e29c /editors/flim
parent98eba3c9e6ee9014a7dfaf2847bf7347b13dcf51 (diff)
downloadports-f3770c10f91170936ad9d6bef144bcb6b0137ed6.tar.gz
ports-f3770c10f91170936ad9d6bef144bcb6b0137ed6.zip
- Bump PORTREVISION to chase Emacs port updates
- Unbreak INDEX caused by databases/lsdb, editors/flim, and editors/semi
Notes
Notes: svn path=/head/; revision=301834
Diffstat (limited to 'editors/flim')
-rw-r--r--editors/flim/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/flim/Makefile b/editors/flim/Makefile
index bf6a726fbb0f..292e270faebd 100644
--- a/editors/flim/Makefile
+++ b/editors/flim/Makefile
@@ -7,7 +7,7 @@
PORTNAME= flim
PORTVERSION= ${FLIM_VER}
-PORTREVISION= 8
+PORTREVISION= 9
PORTEPOCH= 1
CATEGORIES= editors elisp
MASTER_SITES= http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/lemi/dist/flim/flim-1.14/
@@ -45,12 +45,12 @@ MAKE_ARGS+= PREFIX="${LOCALBASE}" \
.include <bsd.port.pre.mk>
.if defined(EMACS_PORT_NAME)
-.if (${EMACS_PORT_NAME} == "emacs23") || (${EMACS_PORT_NAME} == "emacs-devel")
+.if (${EMACS_PORT_NAME} == "emacs23") || (${EMACS_PORT_NAME} == "emacs24") || (${EMACS_PORT_NAME} == "emacs-devel")
DEPPORT_SUFFIX=
.else
DEPPORT_SUFFIX= -${EMACS_PORT_NAME}
.endif
-.if (${EMACS_PORT_NAME} == "emacs21") || (${EMACS_PORT_NAME} == "emacs22") || (${EMACS_PORT_NAME} == "emacs23") || (${EMACS_PORT_NAME} == "emacs-devel")
+.if (${EMACS_PORT_NAME} == "emacs21") || (${EMACS_PORT_NAME} == "emacs22") || (${EMACS_PORT_NAME} == "emacs23") || (${EMACS_PORT_NAME} == "emacs24") || (${EMACS_PORT_NAME} == "emacs-devel")
PLIST= ${PKGDIR}/pkg-plist.emacs21
.endif
# depends on apel (case of xemacs-21.x or later)