aboutsummaryrefslogtreecommitdiff
path: root/graphics/rubygem-opengl
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2013-03-02 21:50:49 +0000
committerSteve Wills <swills@FreeBSD.org>2013-03-02 21:50:49 +0000
commitf59a9c6c4b31afb228355e7bd365f51f7e865d69 (patch)
tree60e7d75ffa9cb2e4abb27143713b7dc604b8b768 /graphics/rubygem-opengl
parent7b55291c59c80393e9eb139f36e8fe3ee2b99f29 (diff)
Notes
Diffstat (limited to 'graphics/rubygem-opengl')
-rw-r--r--graphics/rubygem-opengl/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/rubygem-opengl/Makefile b/graphics/rubygem-opengl/Makefile
index 4692e71b07ee..b378046e374c 100644
--- a/graphics/rubygem-opengl/Makefile
+++ b/graphics/rubygem-opengl/Makefile
@@ -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>