aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/mode-info/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/editors/mode-info/Makefile b/editors/mode-info/Makefile
index 6039f7a7eb0d..7eb3d046f9d6 100644
--- a/editors/mode-info/Makefile
+++ b/editors/mode-info/Makefile
@@ -23,11 +23,8 @@ MI_WITH_MAKE?= yes
.if (${MI_ELISP_LANG} == "en")
BUILD_DEPENDS+= ${LOCALBASE}/info/elisp.info:${PORTSDIR}/lang/elisp-manual
RUN_DEPENDS+= ${LOCALBASE}/info/elisp.info:${PORTSDIR}/lang/elisp-manual
-.elif (${MI_ELISP_LANG} == "ja")
-BUILD_DEPENDS+= ${LOCALBASE}/info/elisp-ja.info:${PORTSDIR}/japanese/elisp-manual
-RUN_DEPENDS+= ${LOCALBASE}/info/elisp-ja.info:${PORTSDIR}/japanese/elisp-manual
.else
-IGNORE= cannot install: MI_ELISP_LANG should be "en" or "ja"
+IGNORE= cannot install: MI_ELISP_LANG should be "en"
.endif
MI_INDEX+= mi-elisp.idx
PLIST_SUB+= MI_WITH_ELISP=""