aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-htmltools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/rubygem-htmltools/Makefile')
-rw-r--r--textproc/rubygem-htmltools/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/rubygem-htmltools/Makefile b/textproc/rubygem-htmltools/Makefile
index b9254804eecb..5a16c04667cf 100644
--- a/textproc/rubygem-htmltools/Makefile
+++ b/textproc/rubygem-htmltools/Makefile
@@ -17,4 +17,8 @@ USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-.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>