From 7e54b5fc18049299440aae1f8f2961d2959e0dcb Mon Sep 17 00:00:00 2001 From: nobutaka Date: Sat, 21 Feb 2009 23:54:50 +0000 Subject: Add build support for emacs-devel. Submitted by: kuriyama --- editors/flim/Makefile | 4 ++-- editors/semi/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'editors') 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 .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) 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 .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 -- cgit