diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-11-12 02:16:58 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-11-12 02:16:58 +0000 |
commit | 24b3951e373e466cca29f2afc5b0ece602cd87fd (patch) | |
tree | 637c7759318f9d26110fe0978a91eec2f1a29207 /graphics/ruby-gd/Makefile | |
parent | c02cda76c09846428ed457fedb23ea13e1033c0c (diff) |
Mark broken with Ruby 2.1
With hat: ruby@
Notes
Notes:
svn path=/head/; revision=372476
Diffstat (limited to 'graphics/ruby-gd/Makefile')
-rw-r--r-- | graphics/ruby-gd/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/ruby-gd/Makefile b/graphics/ruby-gd/Makefile index e7215446cb02..9c4adae2437c 100644 --- a/graphics/ruby-gd/Makefile +++ b/graphics/ruby-gd/Makefile @@ -87,4 +87,10 @@ post-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${RUBY_VER} == 2.1 +BROKEN= Does not build with Ruby 2.1 +.endif + +.include <bsd.port.post.mk> |