git: 332f25374ef9 - main - lang/chez-scheme: enable on powerpc

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Fri, 16 Feb 2024 18:28:07 UTC
The branch main has been updated by pkubaj:

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

commit 332f25374ef9a43df85e7fccb8ebb61b3b8208ae
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2024-02-16 18:17:44 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2024-02-16 18:27:21 +0000

    lang/chez-scheme: enable on powerpc
---
 lang/chez-scheme/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lang/chez-scheme/Makefile b/lang/chez-scheme/Makefile
index ba9d2100f274..19325b1a7edd 100644
--- a/lang/chez-scheme/Makefile
+++ b/lang/chez-scheme/Makefile
@@ -12,7 +12,7 @@ WWW=		https://cisco.github.io/ChezScheme
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-ONLY_FOR_ARCHS=	amd64 i386 aarch64 armv7
+ONLY_FOR_ARCHS=	amd64 i386 aarch64 armv7 powerpc
 
 LIB_DEPENDS=	libuuid.so:misc/e2fsprogs-libuuid \
 		libossp-uuid.so:misc/ossp-uuid
@@ -52,6 +52,8 @@ CHEZ_ARCH=	ti3fb
 CHEZ_ARCH=	tarm64fb
 .elif (${ARCH} == "armv7")
 CHEZ_ARCH=	tarm32fb
+.elif (${ARCH} == "powerpc")
+CHEZ_ARCH=	tppc32fb
 .endif
 
 .if defined(NCURSES_RPATH)