diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/ruby-numru_units/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
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 <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> |