Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Mar 2013 21:50:50 +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: r313301 - head/graphics/rubygem-opengl
Message-ID:  <201303022150.r22LooS6057468@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303022150.r22LooS6057468>