svn commit: r313301 - head/graphics/rubygem-opengl

Steve Wills swills at FreeBSD.org
Sat Mar 2 21:50:50 UTC 2013


Author: swills
Date: Sat Mar  2 21:50:49 2013
New Revision: 313301
URL: http://svnweb.freebsd.org/changeset/ports/313301

Log:
  - Mark this broken with Ruby 1.8

Modified:
  head/graphics/rubygem-opengl/Makefile

Modified: head/graphics/rubygem-opengl/Makefile
==============================================================================
--- head/graphics/rubygem-opengl/Makefile	Sat Mar  2 21:32:51 2013	(r313300)
+++ head/graphics/rubygem-opengl/Makefile	Sat Mar  2 21:50:49 2013	(r313301)
@@ -16,4 +16,8 @@ USE_RUBYGEMS=	yes
 USE_GL=		glut
 RUBYGEM_AUTOPLIST=	yes
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+.if ${RUBY_VER} == 1.8
+IGNORE=	Does not work with Ruby 1.8
+.endif
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list