aboutsummaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2026-02-17 16:50:37 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2026-02-17 16:53:43 +0000
commitc2fa1c94c1922dc3f8108f7864d41280ae132cdc (patch)
tree8c0b6b7952a5ced3ac85061c3f1e910431f659ea /java
parent10e12d09090a747f8aa46d9d8f2c601a38488f04 (diff)
Diffstat (limited to 'java')
-rw-r--r--java/openjfx14/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/java/openjfx14/Makefile b/java/openjfx14/Makefile
index 8fb82e12a97c..a30a2be6ccd9 100644
--- a/java/openjfx14/Makefile
+++ b/java/openjfx14/Makefile
@@ -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: