diff options
author | swills <swills@FreeBSD.org> | 2015-04-05 11:13:42 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2015-04-05 11:13:42 +0800 |
commit | cb86ed76189fcd4f9a01673be605a5728b9f5c41 (patch) | |
tree | 85f99117fbba337447131624244156bfc1fd4146 /www/ruby-amazon | |
parent | dcbab77a66f8ccb3263d9b65c5b1da2529e0d5ba (diff) | |
download | freebsd-ports-gnome-cb86ed76189fcd4f9a01673be605a5728b9f5c41.tar.gz freebsd-ports-gnome-cb86ed76189fcd4f9a01673be605a5728b9f5c41.tar.zst freebsd-ports-gnome-cb86ed76189fcd4f9a01673be605a5728b9f5c41.zip |
www/rubygem-amazon: mark broken with ruby 2.2
Diffstat (limited to 'www/ruby-amazon')
-rw-r--r-- | www/ruby-amazon/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/ruby-amazon/Makefile b/www/ruby-amazon/Makefile index c0151da68675..3c7f8745b897 100644 --- a/www/ruby-amazon/Makefile +++ b/www/ruby-amazon/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> |