aboutsummaryrefslogtreecommitdiff
path: root/japanese/yc.el
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-12-28 21:03:01 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-12-28 21:03:01 +0000
commite5620db9259d283afe818fcf5a52814feb72254c (patch)
treefb16c52b5596feac62b75949985c3839a2feab34 /japanese/yc.el
parentcbebf9142f344510a4449b347993604148fdb716 (diff)
downloadports-e5620db9259d283afe818fcf5a52814feb72254c.tar.gz
ports-e5620db9259d283afe818fcf5a52814feb72254c.zip
- Mark BROKEN with emacs23+
PR: ports/141993 Submitted by: Takayuki Nakao <t@nakao.org> (maintainer)
Notes
Notes: svn path=/head/; revision=246795
Diffstat (limited to 'japanese/yc.el')
-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