diff options
author | swills <swills@FreeBSD.org> | 2014-07-29 02:40:53 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-07-29 02:40:53 +0800 |
commit | 878fd243a49d1aff8c2efe2345b505d15d61b8d6 (patch) | |
tree | 5e63548063700583f88f80b4894dc457b9b34db4 | |
parent | 72b5a776a232175e3c884cef06df0f2a9c2fe959 (diff) | |
download | freebsd-ports-gnome-878fd243a49d1aff8c2efe2345b505d15d61b8d6.tar.gz freebsd-ports-gnome-878fd243a49d1aff8c2efe2345b505d15d61b8d6.tar.zst freebsd-ports-gnome-878fd243a49d1aff8c2efe2345b505d15d61b8d6.zip |
math/ruby-gsl: Mark broken with Ruby 2.0 or newer
With hat: ruby@
-rw-r--r-- | math/ruby-gsl/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
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 <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> |