aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2014-07-29 02:53:36 +0800
committerswills <swills@FreeBSD.org>2014-07-29 02:53:36 +0800
commit56e861ed6b5bf987770cf30f670b0822f3b17a8d (patch)
tree6caaedcd4e6e21c667d055b19828a33ec56f0d50
parente83fe6216e0aab2b6b6282ed9b8ca73d94001103 (diff)
downloadfreebsd-ports-gnome-56e861ed6b5bf987770cf30f670b0822f3b17a8d.tar.gz
freebsd-ports-gnome-56e861ed6b5bf987770cf30f670b0822f3b17a8d.tar.zst
freebsd-ports-gnome-56e861ed6b5bf987770cf30f670b0822f3b17a8d.zip
Mark broken with Ruby 2.0 or newer
With hat: ruby@
-rw-r--r--math/ruby-numru_misc/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${RUBY_VER} >= 2.0
+BROKEN= Does not build with Ruby 2.0 or newer
+.endif
+
+.include <bsd.port.post.mk>