textproc/ruby-rss.alt: mark broken with ruby 2.2
This commit is contained in:
parent
0ff05d75c8
commit
f62a31c009
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383118
1 changed files with 7 additions and 1 deletions
|
@ -30,4 +30,10 @@ post-install:
|
|||
${INSTALL_DATA} ${DOCS_EN:S,^,${WRKSRC}/,} ${STAGEDIR}${RUBY_MODDOCDIR}/
|
||||
${INSTALL_DATA} ${DOCS_JA:S,^,${WRKSRC}/,} ${STAGEDIR}${RUBY_MODDOCDIR}/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