- Mark broken with Ruby 1.9

With hat:	ruby@
This commit is contained in:
Steve Wills
2011-07-27 01:13:13 +00:00
parent 985a32c374
commit 2c066fdc6c

View File

@@ -19,4 +19,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 work with ruby 1.9
.endif
.include <bsd.port.post.mk>