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
2 changed files with 1 additions and 7 deletions
+1 -7
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>