aboutsummaryrefslogtreecommitdiff
path: root/graphics/ruby-gd/Makefile
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2014-11-12 02:16:58 +0000
committerSteve Wills <swills@FreeBSD.org>2014-11-12 02:16:58 +0000
commit24b3951e373e466cca29f2afc5b0ece602cd87fd (patch)
tree637c7759318f9d26110fe0978a91eec2f1a29207 /graphics/ruby-gd/Makefile
parentc02cda76c09846428ed457fedb23ea13e1033c0c (diff)
downloadports-24b3951e373e466cca29f2afc5b0ece602cd87fd.tar.gz
ports-24b3951e373e466cca29f2afc5b0ece602cd87fd.zip
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/Makefile8
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>