Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Apr 2015 19:43:31 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383170 - head/graphics/ruby-gd
Message-ID:  <201504031943.t33JhVaS047925@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Fri Apr  3 19:43:30 2015
New Revision: 383170
URL: https://svnweb.freebsd.org/changeset/ports/383170

Log:
  graphics/ruby-gd: mark does not build with ruby 2.2 also

Modified:
  head/graphics/ruby-gd/Makefile

Modified: head/graphics/ruby-gd/Makefile
==============================================================================
--- head/graphics/ruby-gd/Makefile	Fri Apr  3 19:39:54 2015	(r383169)
+++ head/graphics/ruby-gd/Makefile	Fri Apr  3 19:43:30 2015	(r383170)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504031943.t33JhVaS047925>