databases/ruby-mysql: mark broken with ruby 2.2
This commit is contained in:
parent
3e74a84730
commit
d66b247666
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383124
1 changed files with 7 additions and 1 deletions
|
@ -36,4 +36,10 @@ post-install:
|
|||
${INSTALL_DATA} ${WRKSRC}/README_ja.html ${STAGEDIR}${DOCSDIR}/ja/
|
||||
${LN} -fs ../tommy.css ${STAGEDIR}${DOCSDIR}/ja/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${RUBY_VER} >= 2.2
|
||||
BROKEN= Does not build
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue