aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-09-23 21:13:38 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-09-23 21:13:38 +0000
commitd2a46d2593059c59bc8f1d7a9b53367a2f40fcc4 (patch)
treec6256f83d68235a5807d1d1a519364d32f3588d2 /x11-toolkits
parent7cc4eeb6444c3cae6031db6812762a6aabdd96a1 (diff)
downloadports-d2a46d2593059c59bc8f1d7a9b53367a2f40fcc4.tar.gz
ports-d2a46d2593059c59bc8f1d7a9b53367a2f40fcc4.zip
Allow building on powerpc64le.
Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=549854
Diffstat (limited to 'x11-toolkits')
-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 e5b27539a5d0..32e0c8f62896 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= aarch64 amd64 i386 powerpc64
+ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le
USES= compiler:c++11-lang gl gnome pkgconfig zip:infozip xorg
@@ -49,6 +49,7 @@ DISTNAME_i386= ${PORTNAME}-${DISTVERSION}-gtk-linux-x86
# The source code for x86_64 and ppc64 is identical, so prefer x86_64 tarball
# to save space and time
DISTNAME_powerpc64= ${PORTNAME}-${DISTVERSION}-gtk-linux-x86_64
+DISTNAME_powerpc64le= ${PORTNAME}-${DISTVERSION}-gtk-linux-x86_64
.if ${.TARGETS:Mmakesum}
. for i in ${ONLY_FOR_ARCHS}