summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-08-01 04:54:32 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-08-01 04:54:32 +0000
commitd05425f53b9a5da90f0d94a0e36d380f20c1807a (patch)
tree84bd3f17b2c80b83468068dd4d75a57880da11c5
parentBye bye abandonwares (part 2) (diff)
Remove japanese manual version as it is not fetchable anymore
-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=""