svn commit: r383187 - head/net/ruby-dict

Steve Wills swills at FreeBSD.org
Sat Apr 4 01:06:49 UTC 2015


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>


More information about the svn-ports-head mailing list