aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-racc/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/ruby-racc/Makefile b/devel/ruby-racc/Makefile
index 3d405c137357..05598c865a19 100644
--- a/devel/ruby-racc/Makefile
+++ b/devel/ruby-racc/Makefile
@@ -35,4 +35,8 @@ do-install:
${INSTALL_DATA} ${WRKDIR_RACC}/doc.ja/*.html ${RUBY_MODDOCDIR}/ja/
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+.if ${RUBY_VER} == 1.9
+BROKEN= Builds but does not work with ruby 1.9
+.endif
+.include <bsd.port.post.mk>