diff options
author | swills <swills@FreeBSD.org> | 2015-04-04 03:43:30 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2015-04-04 03:43:30 +0800 |
commit | bfdbc1bd8870d0ae2dadb4b46b7c4077b013794b (patch) | |
tree | 9df7457e44424bc74436012d0f3a59522a49e55f /graphics/ruby-gd | |
parent | 232927a786b721456b1a84c8b4ed29582d3df7cb (diff) | |
download | freebsd-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/Makefile | 4 |
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> |