1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

Remove outdate RUBY_VER check

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-12-28 13:42:01 +00:00
parent 433a66dea8
commit 99ef59a5eb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457455
2 changed files with 1 additions and 7 deletions

View File

@ -16,10 +16,4 @@ USE_RUBY= yes
USES= gem shebangfix
SHEBANG_FILES= examples/*.rb
.include <bsd.port.pre.mk>
.if ${RUBY_VER} >= 2.2
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-ext_bdb1_recnum.c
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>