From 3dc26cb7434b11fba47a48c293c4f5f69173f5cc Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Mon, 4 Jul 2011 15:48:33 +0000 Subject: - Mark as broken with Ruby 1.9 --- japanese/ruby-chasen/Makefile | 3 +++ japanese/ruby-eb/Makefile | 4 ++++ 2 files changed, 7 insertions(+) (limited to 'japanese') diff --git a/japanese/ruby-chasen/Makefile b/japanese/ruby-chasen/Makefile index d5bdb090c91b..cd99ca47a976 100644 --- a/japanese/ruby-chasen/Makefile +++ b/japanese/ruby-chasen/Makefile @@ -26,6 +26,9 @@ CONFIGURE_ARGS= --with-chasen-dir="${PREFIX}" INSTALL_TARGET= site-install .include +.if ${RUBY_VER} == 1.9 +BROKEN= does not build with ruby 1.9 +.endif PKGNAMEPREFIX:= ${PKGNAMEPREFIX}${RUBY_PKGNAMEPREFIX} diff --git a/japanese/ruby-eb/Makefile b/japanese/ruby-eb/Makefile index ca69697c617e..5038a21af696 100644 --- a/japanese/ruby-eb/Makefile +++ b/japanese/ruby-eb/Makefile @@ -28,6 +28,10 @@ EXAMPLES= hook2.rb test.rb .include +.if ${RUBY_VER} == 1.9 +BROKEN= does not build with ruby 1.9 +.endif + PKGNAMEPREFIX:= ${PKGNAMEPREFIX}${RUBY_PKGNAMEPREFIX} post-install: -- cgit v1.2.3