From 3fd69daa0b6700ce6f0fdf6a36984632fc8c9637 Mon Sep 17 00:00:00 2001 From: swills Date: Mon, 28 Jul 2014 21:35:15 +0000 Subject: x11-toolkits/ruby-fox16: Mark broken with Ruby 2.0 or newer With hat: ruby@ --- x11-toolkits/ruby-fox16/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'x11-toolkits') diff --git a/x11-toolkits/ruby-fox16/Makefile b/x11-toolkits/ruby-fox16/Makefile index 4bac520d8af7..269d1a29b60a 100644 --- a/x11-toolkits/ruby-fox16/Makefile +++ b/x11-toolkits/ruby-fox16/Makefile @@ -37,4 +37,10 @@ post-configure: @${REINPLACE_CMD} -e 's|CPPFLAGS = -DHAVE_SYS_TIME_H -DHAVE_SIGNAL_H -I/usr/local/include/fxscintilla -I/usr/local/include/fox-1.6|CPPFLAGS = -ffriend-injection -DHAVE_SYS_TIME_H -DHAVE_SIGNAL_H -I/usr/local/include/fxscintilla -I/usr/local/include/fox-1.6|' \ ${WRKSRC}/ext/fox16/Makefile -.include +.include + +.if ${RUBY_VER} >= 2.0 +BROKEN= Does not build with Ruby 2.0 or newer +.endif + +.include -- cgit