- Mark broken with Ruby 1.9
This commit is contained in:
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
|
@ -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}
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue