diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2026-02-17 16:50:37 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2026-02-17 16:53:43 +0000 |
| commit | c2fa1c94c1922dc3f8108f7864d41280ae132cdc (patch) | |
| tree | 8c0b6b7952a5ced3ac85061c3f1e910431f659ea /java | |
| parent | 10e12d09090a747f8aa46d9d8f2c601a38488f04 (diff) | |
Diffstat (limited to 'java')
| -rw-r--r-- | java/openjfx14/Makefile | 4 |
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: |
