- mark BROKEN for ruby 1.9

This commit is contained in:
Dirk Meyer 2010-01-14 08:51:56 +00:00
parent 80ef2ec83c
commit 837badd211
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247859

View file

@ -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>