summaryrefslogtreecommitdiff
path: root/devel/ruby-io-reactor/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ruby-io-reactor/Makefile')
-rw-r--r--devel/ruby-io-reactor/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/ruby-io-reactor/Makefile b/devel/ruby-io-reactor/Makefile
index a7e1475f5d89..297bda9e9ccd 100644
--- a/devel/ruby-io-reactor/Makefile
+++ b/devel/ruby-io-reactor/Makefile
@@ -37,4 +37,8 @@ do-install:
.endfor
.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>