- mark BROKEN for ruby 1.9
This commit is contained in:
parent
80ef2ec83c
commit
837badd211
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247859
1 changed files with 8 additions and 1 deletions
|
@ -43,4 +43,11 @@ 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, please use ruby-pg
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
||||
|
|
Loading…
Reference in a new issue