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

Steve Wills swills at FreeBSD.org
Thu Jan 2 19:57:12 UTC 2014


Author: swills
Date: Thu Jan  2 19:57:12 2014
New Revision: 338477
URL: http://svnweb.freebsd.org/changeset/ports/338477

Log:
  - Ruby 1.8 is gone, remove reference to it.

Modified:
  head/graphics/rubygem-opengl/Makefile

Modified: head/graphics/rubygem-opengl/Makefile
==============================================================================
--- head/graphics/rubygem-opengl/Makefile	Thu Jan  2 19:55:41 2014	(r338476)
+++ head/graphics/rubygem-opengl/Makefile	Thu Jan  2 19:57:12 2014	(r338477)
@@ -17,8 +17,4 @@ USE_RUBYGEMS=	yes
 USE_GL=		glut
 RUBYGEM_AUTOPLIST=	yes
 
-.include <bsd.port.pre.mk>
-.if ${RUBY_VER} == 1.8
-IGNORE=	Does not work with Ruby 1.8
-.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list