git: 28f6396d181c - main - graphics/ppmcaption: enable on powerpc and powerpc64

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Fri, 22 Oct 2021 12:09:14 UTC
The branch main has been updated by pkubaj:

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

commit 28f6396d181c9c3183cc34f0b81884dc5268f7ba
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-10-22 11:42:30 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-10-22 11:42:30 +0000

    graphics/ppmcaption: enable on powerpc and powerpc64
---
 graphics/ppmcaption/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/ppmcaption/Makefile b/graphics/ppmcaption/Makefile
index adfcf700b69a..8bae7e7b3345 100644
--- a/graphics/ppmcaption/Makefile
+++ b/graphics/ppmcaption/Makefile
@@ -15,7 +15,7 @@ MAKE_ARGS=	install_prefix=${STAGEDIR}
 
 PLIST_FILES=	bin/ppmcaption man/man1/ppmcaption.1.gz
 
-ONLY_FOR_ARCHS=	i386
+ONLY_FOR_ARCHS=	i386 powerpc powerpc64
 ONLY_FOR_ARCHS_REASON=	does not compile on amd64; untested everywhere else
 
 post-patch: