svn commit: r383154 - head/devel/ruby-langscan

Steve Wills swills at FreeBSD.org
Fri Apr 3 17:10:46 UTC 2015


Author: swills
Date: Fri Apr  3 17:10:44 2015
New Revision: 383154
URL: https://svnweb.freebsd.org/changeset/ports/383154

Log:
  devel/ruby-langscan: mark work with ruby 2.2 also

Modified:
  head/devel/ruby-langscan/Makefile

Modified: head/devel/ruby-langscan/Makefile
==============================================================================
--- head/devel/ruby-langscan/Makefile	Fri Apr  3 17:04:36 2015	(r383153)
+++ head/devel/ruby-langscan/Makefile	Fri Apr  3 17:10:44 2015	(r383154)
@@ -62,8 +62,8 @@ x-generate-plist:
 
 .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>


More information about the svn-ports-all mailing list