aboutsummaryrefslogtreecommitdiff
path: root/textproc/ruby-htmltools
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2011-04-10 18:18:09 +0000
committerSteve Wills <swills@FreeBSD.org>2011-04-10 18:18:09 +0000
commit8952e2a0ba95086245e0cd2ddadf5b78f0217676 (patch)
tree7b96d59dbb8b044d6ca9e760dfc825a9a1d28b7e /textproc/ruby-htmltools
parent22d2e9f007aebd878ba67dee144b1953b26b0993 (diff)
Notes
Diffstat (limited to 'textproc/ruby-htmltools')
-rw-r--r--textproc/ruby-htmltools/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/ruby-htmltools/Makefile b/textproc/ruby-htmltools/Makefile
index 98e169fa6aea..60131c742155 100644
--- a/textproc/ruby-htmltools/Makefile
+++ b/textproc/ruby-htmltools/Makefile
@@ -36,4 +36,8 @@ do-install:
@cd ${INSTALL_WRKSRC}; \
${SETENV} ${MAKE_ENV} ${RUBY} ${RUBY_FLAGS} ${RUBY_SETUP} install ${RUBY_INSTALL_ARGS}
-.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>