Date: Tue, 17 Feb 2026 16:55:49 +0000 From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c2fa1c94c192 - main - java/openjfx14: Fix a67f24e318a6966aa0f191de2c49f1fb687fde6e Message-ID: <69949d95.2750d.2e7816c3@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c2fa1c94c1922dc3f8108f7864d41280ae132cdc commit c2fa1c94c1922dc3f8108f7864d41280ae132cdc Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-02-17 16:50:37 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-02-17 16:53:43 +0000 java/openjfx14: Fix a67f24e318a6966aa0f191de2c49f1fb687fde6e Simplify RUBY_VER check PR: 293109 Reported by: Benjamin Takacs <nimaje+fbz@bureaucracy.de> --- java/openjfx14/Makefile | 4 +--- 1 file changed, 1 insertion(+), 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:home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69949d95.2750d.2e7816c3>
