diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-07-04 15:48:33 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-07-04 15:48:33 +0000 |
commit | 3dc26cb7434b11fba47a48c293c4f5f69173f5cc (patch) | |
tree | 74ab2ca740f93588e5df396697c05088c4fdee87 /devel/ruby-io-reactor | |
parent | - update to version 4.2.4 (diff) |
- Mark as broken with Ruby 1.9
Notes
Notes:
svn path=/head/; revision=277046
Diffstat (limited to 'devel/ruby-io-reactor')
-rw-r--r-- | devel/ruby-io-reactor/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/ruby-io-reactor/Makefile b/devel/ruby-io-reactor/Makefile index a7e1475f5d89..297bda9e9ccd 100644 --- a/devel/ruby-io-reactor/Makefile +++ b/devel/ruby-io-reactor/Makefile @@ -37,4 +37,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> |