java/openjfx14: Fix a67f24e318
Simplify RUBY_VER check PR: 293109 Reported by: Benjamin Takacs <nimaje+fbz@bureaucracy.de>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user