1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

textproc/ruby-xmlconfigfil: mark broken with ruby 2.2

This commit is contained in:
Steve Wills 2015-04-05 02:28:46 +00:00
parent 4df4157a9f
commit 8530eb829f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383251

View File

@ -26,4 +26,10 @@ post-install:
${CP} -R ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}/
.endfor
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${RUBY_VER} >= 2.2
BROKEN= Does not build
.endif
.include <bsd.port.post.mk>