diff options
author | swills <swills@FreeBSD.org> | 2014-01-03 03:57:12 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-01-03 03:57:12 +0800 |
commit | 44ae319bbd48145b5cc0fb3a7d895333ef8cc6b0 (patch) | |
tree | a59bc8a1ca834fa839b20e612c4253bdfd849ed9 | |
parent | 06174cdcc42f71337421b3dc491ad40f549c06b9 (diff) | |
download | freebsd-ports-gnome-44ae319bbd48145b5cc0fb3a7d895333ef8cc6b0.tar.gz freebsd-ports-gnome-44ae319bbd48145b5cc0fb3a7d895333ef8cc6b0.tar.zst freebsd-ports-gnome-44ae319bbd48145b5cc0fb3a7d895333ef8cc6b0.zip |
- Ruby 1.8 is gone, remove reference to it.
-rw-r--r-- | graphics/rubygem-opengl/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/graphics/rubygem-opengl/Makefile b/graphics/rubygem-opengl/Makefile index 16ba8c65285e..30534e664ba5 100644 --- a/graphics/rubygem-opengl/Makefile +++ b/graphics/rubygem-opengl/Makefile @@ -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> |