From f1177d7a29da627599d49a414e24a960852c06aa Mon Sep 17 00:00:00 2001 From: swills Date: Sat, 6 Aug 2011 15:56:58 +0000 Subject: - Mark broken with Ruby 1.9 With hat: ruby@ --- japanese/tomoe/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'japanese') diff --git a/japanese/tomoe/Makefile b/japanese/tomoe/Makefile index 1efb22c9a796..b3e85b49c2c8 100644 --- a/japanese/tomoe/Makefile +++ b/japanese/tomoe/Makefile @@ -117,4 +117,7 @@ post-extract: ${UNZIP_CMD} -qo ${DISTDIR}/Unihan.zip -d ${WRKSRC}/module/dict .endif +.if ${RUBY_VER} == 1.9 +BROKEN= does not work with ruby 1.9 +.endif .include -- cgit