- Remove outdated RUBY_VER check

With hat:	ruby
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-05-27 11:23:10 +00:00
parent 5af609f8fb
commit 96f273b0c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387575

View file

@ -79,10 +79,4 @@ do-build:
post-install:
${RMDIR} ${STAGEDIR}${PREFIX}/lib/ruby/gems/${RUBY_VER}/doc
.include <bsd.port.pre.mk>
.if (${RUBY_VER} == "1.9")
IGNORE= not supported with Ruby 1.9, Ruby 2.0 or 2.1 is needed
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>