Date: Fri, 3 Apr 2015 12:26:43 +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: r383111 - head/www/ruby-google Message-ID: <201504031226.t33CQhn3031106@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Fri Apr 3 12:26:42 2015 New Revision: 383111 URL: https://svnweb.freebsd.org/changeset/ports/383111 Log: www/ruby-google: mark broken with ruby 2.2 Modified: head/www/ruby-google/Makefile Modified: head/www/ruby-google/Makefile ============================================================================== --- head/www/ruby-google/Makefile Fri Apr 3 12:23:13 2015 (r383110) +++ head/www/ruby-google/Makefile Fri Apr 3 12:26:42 2015 (r383111) @@ -31,4 +31,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?201504031226.t33CQhn3031106>