- Mark as broken with Ruby 2.0

This commit is contained in:
Steve Wills 2014-01-02 15:55:37 +00:00
parent c13e49fed8
commit 797593103c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338451

View File

@ -30,4 +30,8 @@ post-install:
${INSTALL_SCRIPT} ${EXAMPLES:S,^,${WRKSRC}/,} ${RUBY_MODEXAMPLESDIR}
.endif
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${RUBY_VER} == 2.0
BROKEN= Does not build with Ruby 2.0
.endif
.include <bsd.port.post.mk>