- Mark this broken with Ruby 1.8

This commit is contained in:
Steve Wills 2013-03-02 21:50:49 +00:00
parent 7b55291c59
commit f59a9c6c4b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313301

View file

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