aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/swt
diff options
context:
space:
mode:
authorMikael Urankar <mikael@FreeBSD.org>2020-07-20 17:53:49 +0000
committerMikael Urankar <mikael@FreeBSD.org>2020-07-20 17:53:49 +0000
commit61d3fa72b997caf3faca2e6fa5372b82c7babb47 (patch)
tree2c2e38f29940a12ca84348660373201208d959ab /x11-toolkits/swt
parent03e6b89b6deb7c39565f31c902e8ce7498ae6364 (diff)
downloadports-61d3fa72b997caf3faca2e6fa5372b82c7babb47.tar.gz
ports-61d3fa72b997caf3faca2e6fa5372b82c7babb47.zip
x11-toolkits/swt: Allow build on aarch64
Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=542659
Diffstat (limited to 'x11-toolkits/swt')
-rw-r--r--x11-toolkits/swt/Makefile3
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