java/openjfx14: Fix a67f24e318

Simplify RUBY_VER check

PR:		293109
Reported by:	Benjamin Takacs <nimaje+fbz@bureaucracy.de>
This commit is contained in:
Po-Chuan Hsieh
2026-02-18 00:50:37 +08:00
parent 10e12d0909
commit c2fa1c94c1
+1 -3
View File
@@ -95,10 +95,8 @@ _INSTALLDIR= ${PREFIX}/${PKGBASE}
CFLAGS+= -Wno-error=incompatible-function-pointer-types
.endif
.if ${PORT_OPTIONS:MWEBKIT}
. if ${RUBY_VER} >= 3.4
.if defined(RUBY_VER) && ${RUBY_VER} >= 3.4
BUILD_DEPENDS+= rubygem-getoptlong>=0:devel/rubygem-getoptlong
. endif
.endif
post-extract: