aboutsummaryrefslogtreecommitdiffstats
path: root/editors/semi
diff options
context:
space:
mode:
authornobutaka <nobutaka@FreeBSD.org>2009-02-22 07:54:50 +0800
committernobutaka <nobutaka@FreeBSD.org>2009-02-22 07:54:50 +0800
commit7e54b5fc18049299440aae1f8f2961d2959e0dcb (patch)
tree62b88a4b2cfeb97151fdadf9f4132f5b43afdc62 /editors/semi
parent7ca76aeda24965e252488bbdff6c61fef0c2ea8a (diff)
downloadfreebsd-ports-gnome-7e54b5fc18049299440aae1f8f2961d2959e0dcb.tar.gz
freebsd-ports-gnome-7e54b5fc18049299440aae1f8f2961d2959e0dcb.tar.zst
freebsd-ports-gnome-7e54b5fc18049299440aae1f8f2961d2959e0dcb.zip
Add build support for emacs-devel.
Submitted by: kuriyama
Diffstat (limited to 'editors/semi')
-rw-r--r--editors/semi/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/semi/Makefile b/editors/semi/Makefile
index ef84768364db..9f464d3a5dfe 100644
--- a/editors/semi/Makefile
+++ b/editors/semi/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} == "emacs20") || (${EMACS_PORT_NAME} == "emacs21") || (${EMACS_PORT_NAME} == "emacs22")
+.if (${EMACS_PORT_NAME} == "emacs20") || (${EMACS_PORT_NAME} == "emacs21") || (${EMACS_PORT_NAME} == "emacs22") || (${EMACS_PORT_NAME} == "emacs-devel")
PLIST= ${PKGDIR}/pkg-plist.emacs20
.endif
# depends on flim