aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
Diffstat (limited to 'japanese')
-rw-r--r--japanese/yc.el/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/japanese/yc.el/Makefile b/japanese/yc.el/Makefile
index 9fe6c3d95fc7..f194bb5d747d 100644
--- a/japanese/yc.el/Makefile
+++ b/japanese/yc.el/Makefile
@@ -30,6 +30,10 @@ OPTIONS= ICANNA "Enable icanna support" off
.include <bsd.port.pre.mk>
+.if $(EMACS_MAJOR_VER) >= 23
+BROKEN= Does not support emacs23.x or later
+.endif
+
.if defined(WITH_ICANNA)
RUN_DEPENDS+= ${LOCALBASE}/bin/icanna:${PORTSDIR}/japanese/icanna
.endif