diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-12-29 05:03:01 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-12-29 05:03:01 +0800 |
commit | 4d964c20e847c9bea5a87de4d691228b6efe243a (patch) | |
tree | bf7a3a55ac63027b5d2752b00fe1348be502b66a /japanese | |
parent | af910c9fc1cd65ef358d292e7cd01e1f02d78a25 (diff) | |
download | freebsd-ports-gnome-4d964c20e847c9bea5a87de4d691228b6efe243a.tar.gz freebsd-ports-gnome-4d964c20e847c9bea5a87de4d691228b6efe243a.tar.zst freebsd-ports-gnome-4d964c20e847c9bea5a87de4d691228b6efe243a.zip |
- Mark BROKEN with emacs23+
PR: ports/141993
Submitted by: Takayuki Nakao <t@nakao.org> (maintainer)
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/yc.el/Makefile | 4 |
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 |