git: 6612b5521028 - main - net-im/signald: enable on powerpc64le

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Sat, 23 Oct 2021 00:39:19 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6612b55210281262b27ded5721c5def26ecbb0b6

commit 6612b55210281262b27ded5721c5def26ecbb0b6
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-10-23 00:36:44 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-10-23 00:36:44 +0000

    net-im/signald: enable on powerpc64le
---
 net-im/signald/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/signald/Makefile b/net-im/signald/Makefile
index ea64a1796cc0..19ff2f8ce695 100644
--- a/net-im/signald/Makefile
+++ b/net-im/signald/Makefile
@@ -68,7 +68,7 @@ COMMENT=	Daemon to facilitate communication via Signal Private Messenger
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-ONLY_FOR_ARCHS=	amd64 powerpc64
+ONLY_FOR_ARCHS=	amd64 powerpc64 powerpc64le
 
 EXTRACT_DEPENDS=zip:archivers/zip
 BUILD_DEPENDS=	gradle6>=6.7:devel/gradle6