diff --git a/math/ruby-gsl/Makefile b/math/ruby-gsl/Makefile index cd06dece8004..74f45b663544 100644 --- a/math/ruby-gsl/Makefile +++ b/math/ruby-gsl/Makefile @@ -46,4 +46,10 @@ post-install: ${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR} cd ${WRKSRC} && ${COPYTREE_SHARE} "${DOCS}" ${STAGEDIR}${RUBY_MODDOCDIR}/ -.include +.include + +.if ${RUBY_VER} >= 2.0 +BROKEN= Does not build with Ruby 2.0 or newer +.endif + +.include