diff options
author | swills <swills@FreeBSD.org> | 2015-04-05 11:25:03 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2015-04-05 11:25:03 +0800 |
commit | c7880900dbdb2d924125d510d85e911a1ad73a37 (patch) | |
tree | 60078950dca919d7e4b9e2b086b6f051a7b2fa1b | |
parent | cb86ed76189fcd4f9a01673be605a5728b9f5c41 (diff) | |
download | freebsd-ports-gnome-c7880900dbdb2d924125d510d85e911a1ad73a37.tar.gz freebsd-ports-gnome-c7880900dbdb2d924125d510d85e911a1ad73a37.tar.zst freebsd-ports-gnome-c7880900dbdb2d924125d510d85e911a1ad73a37.zip |
www/ruby-aws: mark broken with ruby 2.2
-rw-r--r-- | www/ruby-aws/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/ruby-aws/Makefile b/www/ruby-aws/Makefile index df66b8d70786..f2d192bf7b8f 100644 --- a/www/ruby-aws/Makefile +++ b/www/ruby-aws/Makefile @@ -32,4 +32,10 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}/ .endfor -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${RUBY_VER} >= 2.2 +BROKEN= Does not build +.endif + +.include <bsd.port.post.mk> |