aboutsummaryrefslogtreecommitdiffstats
path: root/irc
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 /irc
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 'irc')
-rw-r--r--irc/xchat-ruby/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/irc/xchat-ruby/Makefile b/irc/xchat-ruby/Makefile
index 5bc3fdc5540e..ac5bf9466c95 100644
--- a/irc/xchat-ruby/Makefile
+++ b/irc/xchat-ruby/Makefile
@@ -46,4 +46,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>