- Mark this broken with Ruby 1.8
This commit is contained in:
parent
7b55291c59
commit
f59a9c6c4b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313301
1 changed files with 5 additions and 1 deletions
|
@ -16,4 +16,8 @@ USE_RUBYGEMS= yes
|
|||
USE_GL= glut
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${RUBY_VER} == 1.8
|
||||
IGNORE= Does not work with Ruby 1.8
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue