diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2020-07-20 17:53:49 +0000 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2020-07-20 17:53:49 +0000 |
commit | 61d3fa72b997caf3faca2e6fa5372b82c7babb47 (patch) | |
tree | 2c2e38f29940a12ca84348660373201208d959ab /x11-toolkits | |
parent | 03e6b89b6deb7c39565f31c902e8ce7498ae6364 (diff) |
Notes
Diffstat (limited to 'x11-toolkits')
-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 0d25ce153631..e5b27539a5d0 100644 --- a/x11-toolkits/swt/Makefile +++ b/x11-toolkits/swt/Makefile @@ -12,7 +12,7 @@ COMMENT= Standard Widget Toolkit for Java LICENSE= EPL -ONLY_FOR_ARCHS= amd64 i386 powerpc64 +ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 USES= compiler:c++11-lang gl gnome pkgconfig zip:infozip xorg @@ -43,6 +43,7 @@ CAIRO_LIB_DEPENDS= libcairo.so:graphics/cairo CAIRO_PLIST_FILES= lib/libswt-cairo-gtk-${SWT_VERSION}.so CAIRO_MAKE_ENV= MAKE_CAIRO=make_cairo +DISTNAME_aarch64= ${PORTNAME}-${DISTVERSION}-gtk-linux-x86_64 DISTNAME_amd64= ${PORTNAME}-${DISTVERSION}-gtk-linux-x86_64 DISTNAME_i386= ${PORTNAME}-${DISTVERSION}-gtk-linux-x86 # The source code for x86_64 and ppc64 is identical, so prefer x86_64 tarball |