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-jttui/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'devel/ruby-jttui') diff --git a/devel/ruby-jttui/Makefile b/devel/ruby-jttui/Makefile index 2b6b50e2553f..812d53d7a6ed 100644 --- a/devel/ruby-jttui/Makefile +++ b/devel/ruby-jttui/Makefile @@ -24,6 +24,9 @@ USE_RUBY_EXTCONF= yes INSTALL_TARGET= site-install .include +.if ${RUBY_VER} == 1.9 +BROKEN= does not build with ruby 1.9 +.endif post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODDOCDIR} -- cgit v1.2.3