git: e83f040ee8d6 - main - lang/ficl: enable on powerpc and powerpc64

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Thu, 22 Sep 2022 11:26:40 UTC
The branch main has been updated by pkubaj:

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

commit e83f040ee8d6e4280fcb2ffe0dd3c1955e8ba1a7
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-09-22 10:13:40 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-09-22 10:13:40 +0000

    lang/ficl: enable on powerpc and powerpc64
---
 lang/ficl/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lang/ficl/Makefile b/lang/ficl/Makefile
index 19af23ed5a66..d567567b808f 100644
--- a/lang/ficl/Makefile
+++ b/lang/ficl/Makefile
@@ -11,8 +11,8 @@ WWW=		http://ficl.sourceforge.net/
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${PATCHDIR}/LICENSE.txt
 
-ONLY_FOR_ARCHS=	amd64 i386
-ONLY_FOR_ARCHS_REASON=	this port is not tested on anything other than i386 and amd64
+ONLY_FOR_ARCHS=	amd64 i386 powerpc64 powerpc
+ONLY_FOR_ARCHS_REASON=	this port is not tested on anything other than i386, amd64, powerpc and powerpc64
 
 USE_LDCONFIG=	YES