svn commit: r363208 - head/graphics/ruby-ming

Steve Wills swills at FreeBSD.org
Mon Jul 28 17:54:41 UTC 2014


Author: swills
Date: Mon Jul 28 17:54:40 2014
New Revision: 363208
URL: http://svnweb.freebsd.org/changeset/ports/363208
QAT: https://qat.redports.org/buildarchive/r363208/

Log:
  graphics/ruby-ming: Mark broken for Ruby 2.0 and 2.1
  
  With hat:	ruby@

Modified:
  head/graphics/ruby-ming/Makefile

Modified: head/graphics/ruby-ming/Makefile
==============================================================================
--- head/graphics/ruby-ming/Makefile	Mon Jul 28 17:52:30 2014	(r363207)
+++ head/graphics/ruby-ming/Makefile	Mon Jul 28 17:54:40 2014	(r363208)
@@ -36,4 +36,10 @@ post-install:
 	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}/
 .endfor
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${RUBY_VER} != 1.9
+BROKEN=		Does not build
+.endif
+
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list