diff options
author | swills <swills@FreeBSD.org> | 2014-07-29 02:55:04 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-07-29 02:55:04 +0800 |
commit | 4e3a353f1fb9e71e10bfc4f59d270aa59178075e (patch) | |
tree | 6cb554205215d12d79b092f1962683689f0f5516 /math | |
parent | 56e861ed6b5bf987770cf30f670b0822f3b17a8d (diff) | |
download | freebsd-ports-gnome-4e3a353f1fb9e71e10bfc4f59d270aa59178075e.tar.gz freebsd-ports-gnome-4e3a353f1fb9e71e10bfc4f59d270aa59178075e.tar.zst freebsd-ports-gnome-4e3a353f1fb9e71e10bfc4f59d270aa59178075e.zip |
math/ruby-numru_units: Mark broken with Ruby 2.0 or newer
With hat: ruby@
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> |