- Mark broken with Ruby 1.9

This commit is contained in:
Steve Wills 2011-04-10 17:50:09 +00:00
parent 3494cc03d8
commit 8c40fa3105
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272473
3 changed files with 14 additions and 2 deletions

View file

@ -32,6 +32,10 @@ DOCS= README doc
BROKEN= does not build
.endif
.if ${RUBY_VER} == 1.9
BROKEN= does not compile with ruby 1.9
.endif
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODEXAMPLESDIR}

View file

@ -36,4 +36,8 @@ post-install:
.endfor
.endif
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${RUBY_VER} == 1.9
BROKEN= does not compile with ruby 1.9
.endif
.include <bsd.port.post.mk>

View file

@ -38,4 +38,8 @@ post-install:
.endfor
.endif
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${RUBY_VER} == 1.9
BROKEN= does not compile with ruby 1.9
.endif
.include <bsd.port.post.mk>