git: f65cedba733b - main - editors/libreoffice: fix installation on powerpc64le

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Wed, 06 Aug 2025 19:27:26 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f65cedba733b8e26464f7e87efaa209f6f9d7d53

commit f65cedba733b8e26464f7e87efaa209f6f9d7d53
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2025-08-06 19:23:53 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2025-08-06 19:26:56 +0000

    editors/libreoffice: fix installation on powerpc64le
    
    Currently installing on powerpc64le fails with:
    pkg-static: Missing shlib dependency: libjawt.so
    
    I'm not sure why it doesn't happen on other architectures.
---
 editors/libreoffice/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile
index 48b77bebd0b8..eba12eaeba09 100644
--- a/editors/libreoffice/Makefile
+++ b/editors/libreoffice/Makefile
@@ -1,4 +1,4 @@
-PORTREVISION=	2
+PORTREVISION=	3
 
 .include "${.CURDIR}/Makefile.common"
 
@@ -228,7 +228,7 @@ JAVA_DISTFILES=	17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip:src \
 		bsh-2.1.1-src.zip:src \
 		rhino-1.7.15.zip:src
 JAVA_USES=	java
-JAVA_VARS=	JAVA_VERSION=17+
+JAVA_VARS=	JAVA_VERSION=17+ NO_SHLIB_REQUIRES_GLOB=libjawt.so
 
 KF5_CONFIGURE_ENABLE=	kf5
 KF5_USE=	kde=config,coreaddons,i18n,kio,windowsystem