aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/ruby-raspell/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/ruby-raspell/Makefile')
-rw-r--r--textproc/ruby-raspell/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/ruby-raspell/Makefile b/textproc/ruby-raspell/Makefile
index 6a735ff0a31b..a3c1f670f9bb 100644
--- a/textproc/ruby-raspell/Makefile
+++ b/textproc/ruby-raspell/Makefile
@@ -32,4 +32,8 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/README ${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>