From 4e3a353f1fb9e71e10bfc4f59d270aa59178075e Mon Sep 17 00:00:00 2001 From: swills Date: Mon, 28 Jul 2014 18:55:04 +0000 Subject: math/ruby-numru_units: Mark broken with Ruby 2.0 or newer With hat: ruby@ --- math/ruby-numru_units/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'math') diff --git a/math/ruby-numru_units/Makefile b/math/ruby-numru_units/Makefile index fc254d1bdb93..3935a1ba6beb 100644 --- a/math/ruby-numru_units/Makefile +++ b/math/ruby-numru_units/Makefile @@ -31,4 +31,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 -- cgit