diff options
Diffstat (limited to 'x11-toolkits/swt/Makefile')
-rw-r--r-- | x11-toolkits/swt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |