From f3f3bc08ff12d639605ee2ed3d914b225224abbc Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Sun, 24 Aug 2025 21:24:26 +0200 Subject: [PATCH] x11-toolkits/swt: fix installation pkg-static: Missing shlib dependency: libjawt.so Failed to install the following 1 package(s): /packages/All/swt-4.21_2.pkg --- x11-toolkits/swt/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-toolkits/swt/Makefile b/x11-toolkits/swt/Makefile index d27010da9eeb..d83973c92c53 100644 --- a/x11-toolkits/swt/Makefile +++ b/x11-toolkits/swt/Makefile @@ -1,6 +1,6 @@ PORTNAME= swt DISTVERSION= 4.21 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits devel java MASTER_SITES= http://archive.eclipse.org/eclipse/downloads/drops4/R-${DISTVERSION}-202109060500/ DISTNAME= ${PORTNAME}-${DISTVERSION}-gtk-linux-x86_64 @@ -25,6 +25,7 @@ MAKEFILE= make_freebsd.mak MAKE_ENV= SWT_VERSION=${SWT_VERSION} PLIST_SUB= SWT_VERSION=${SWT_VERSION} +NO_SHLIB_REQUIRES_GLOB= libjawt.so NO_WRKSUBDIR= yes OPTIONS_DEFINE= CAIRO WEBKIT