Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Apr 2015 01:06:48 +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: r383187 - head/net/ruby-dict
Message-ID:  <201504040106.t3416mhL002311@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sat Apr  4 01:06:47 2015
New Revision: 383187
URL: https://svnweb.freebsd.org/changeset/ports/383187

Log:
  net/ruby-dict: mark broken with ruby 2.2

Modified:
  head/net/ruby-dict/Makefile

Modified: head/net/ruby-dict/Makefile
==============================================================================
--- head/net/ruby-dict/Makefile	Sat Apr  4 00:44:28 2015	(r383186)
+++ head/net/ruby-dict/Makefile	Sat Apr  4 01:06:47 2015	(r383187)
@@ -29,4 +29,10 @@ post-install:
 	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}/
 .endfor
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${RUBY_VER} >= 2.2
+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?201504040106.t3416mhL002311>