From 8b9e82274ab901ee6c13bc4bd02b1be7f5826b62 Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Mon, 28 Jul 2014 18:53:36 +0000 Subject: [PATCH] Mark broken with Ruby 2.0 or newer With hat: ruby@ --- math/ruby-numru_misc/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/math/ruby-numru_misc/Makefile b/math/ruby-numru_misc/Makefile index 4aca9060d279..ceeee38c97dc 100644 --- a/math/ruby-numru_misc/Makefile +++ b/math/ruby-numru_misc/Makefile @@ -35,4 +35,10 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}/ .endfor -.include +.include + +.if ${RUBY_VER} >= 2.0 +BROKEN= Does not build with Ruby 2.0 or newer +.endif + +.include