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 --- devel/ruby-io-reactor/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'devel/ruby-io-reactor') diff --git a/devel/ruby-io-reactor/Makefile b/devel/ruby-io-reactor/Makefile index a7e1475f5d89..297bda9e9ccd 100644 --- a/devel/ruby-io-reactor/Makefile +++ b/devel/ruby-io-reactor/Makefile @@ -37,4 +37,8 @@ do-install: .endfor .endif -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not build with ruby 1.9 +.endif +.include -- cgit v1.2.3