aboutsummaryrefslogtreecommitdiff
path: root/lang/ruby-lua4
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ruby-lua4')
-rw-r--r--lang/ruby-lua4/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/ruby-lua4/Makefile b/lang/ruby-lua4/Makefile
index 12413bdb23e1..c53a4bd4e0c4 100644
--- a/lang/ruby-lua4/Makefile
+++ b/lang/ruby-lua4/Makefile
@@ -48,4 +48,8 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/rubylua.txt ${RUBY_MODDOCDIR}/
.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>