aboutsummaryrefslogtreecommitdiff
path: root/graphics/ruby-opengl
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2011-07-04 15:48:33 +0000
committerSteve Wills <swills@FreeBSD.org>2011-07-04 15:48:33 +0000
commit3dc26cb7434b11fba47a48c293c4f5f69173f5cc (patch)
tree74ab2ca740f93588e5df396697c05088c4fdee87 /graphics/ruby-opengl
parent6fff04ceff8a972939381dc62a77b9861fc13119 (diff)
downloadports-3dc26cb7434b11fba47a48c293c4f5f69173f5cc.tar.gz
ports-3dc26cb7434b11fba47a48c293c4f5f69173f5cc.zip
Notes
Diffstat (limited to 'graphics/ruby-opengl')
-rw-r--r--graphics/ruby-opengl/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/ruby-opengl/Makefile b/graphics/ruby-opengl/Makefile
index cb52d38719e8..06c759be0eea 100644
--- a/graphics/ruby-opengl/Makefile
+++ b/graphics/ruby-opengl/Makefile
@@ -35,4 +35,8 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/README.EUC ${RUBY_MODDOCDIR}/ja/
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+.if ${RUBY_VER} == 1.9
+BROKEN= does not build with ruby 1.9
+.endif
+.include <bsd.port.post.mk>