aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rubygem-htmltools
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2011-07-05 01:46:12 +0800
committerswills <swills@FreeBSD.org>2011-07-05 01:46:12 +0800
commit4590f93703cffdb21144e0bcdffee1e318b6b5d1 (patch)
tree12128d966c4353f14b667aef4bca4d4f66061324 /textproc/rubygem-htmltools
parentecff26c2f706f755a5e964a3cac1953e282e07f0 (diff)
downloadfreebsd-ports-gnome-4590f93703cffdb21144e0bcdffee1e318b6b5d1.tar.gz
freebsd-ports-gnome-4590f93703cffdb21144e0bcdffee1e318b6b5d1.tar.zst
freebsd-ports-gnome-4590f93703cffdb21144e0bcdffee1e318b6b5d1.zip
- Mark as broken with Ruby 1.9
Approved by: portmgr
Diffstat (limited to 'textproc/rubygem-htmltools')
-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>