aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/ruby-gd
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2015-04-04 03:43:30 +0800
committerswills <swills@FreeBSD.org>2015-04-04 03:43:30 +0800
commitbfdbc1bd8870d0ae2dadb4b46b7c4077b013794b (patch)
tree9df7457e44424bc74436012d0f3a59522a49e55f /graphics/ruby-gd
parent232927a786b721456b1a84c8b4ed29582d3df7cb (diff)
downloadfreebsd-ports-gnome-bfdbc1bd8870d0ae2dadb4b46b7c4077b013794b.tar.gz
freebsd-ports-gnome-bfdbc1bd8870d0ae2dadb4b46b7c4077b013794b.tar.zst
freebsd-ports-gnome-bfdbc1bd8870d0ae2dadb4b46b7c4077b013794b.zip
graphics/ruby-gd: mark does not build with ruby 2.2 also
Diffstat (limited to 'graphics/ruby-gd')
-rw-r--r--graphics/ruby-gd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ruby-gd/Makefile b/graphics/ruby-gd/Makefile
index a48d428f2baa..5839d9f066b4 100644
--- a/graphics/ruby-gd/Makefile
+++ b/graphics/ruby-gd/Makefile
@@ -89,8 +89,8 @@ post-install:
.include <bsd.port.pre.mk>
-.if ${RUBY_VER} == 2.1
-BROKEN= Does not build with Ruby 2.1
+.if ${RUBY_VER} >= 2.1
+BROKEN= Does not build
.endif
.include <bsd.port.post.mk>