aboutsummaryrefslogtreecommitdiff
path: root/editors/flim
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2009-02-21 23:54:50 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2009-02-21 23:54:50 +0000
commitbe1c6501b1267cba689e444e4601b0524a297ab4 (patch)
tree304385212861270189af3ff89100235273eef1e7 /editors/flim
parente903896365c0cb55f2b044f31a8cc35a616acbbf (diff)
downloadports-be1c6501b1267cba689e444e4601b0524a297ab4.tar.gz
ports-be1c6501b1267cba689e444e4601b0524a297ab4.zip
Add build support for emacs-devel.
Submitted by: kuriyama
Notes
Notes: svn path=/head/; revision=228801
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 d31dea04ea12..acaca213e8ad 100644
--- a/editors/flim/Makefile
+++ b/editors/flim/Makefile
@@ -45,12 +45,12 @@ MAKE_ARGS+= PREFIX="${LOCALBASE}" \
.include <bsd.port.pre.mk>
.if defined(EMACS_PORT_NAME)
-.if (${EMACS_PORT_NAME} == "emacs22")
+.if (${EMACS_PORT_NAME} == "emacs22") || (${EMACS_PORT_NAME} == "emacs-devel")
DEPPORT_SUFFIX=
.else
DEPPORT_SUFFIX= -${EMACS_PORT_NAME}
.endif
-.if (${EMACS_PORT_NAME} == "emacs21") || (${EMACS_PORT_NAME} == "emacs22")
+.if (${EMACS_PORT_NAME} == "emacs21") || (${EMACS_PORT_NAME} == "emacs22") || (${EMACS_PORT_NAME} == "emacs-devel")
PLIST= ${PKGDIR}/pkg-plist.emacs21
.endif
# depends on apel (case of xemacs-21.x or later)