Date: Thu, 2 Jan 2014 19:57:12 +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: r338477 - head/graphics/rubygem-opengl Message-ID: <201401021957.s02JvCY9057662@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401021957.s02JvCY9057662>