git: 9d63c1adf081 - main - graphics/ppmcaption: enable on powerpc64le

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

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

commit 9d63c1adf0819e2f561372370c393bfd2f4d22e3
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-10-23 00:36:47 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-10-23 00:36:47 +0000

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

diff --git a/graphics/ppmcaption/Makefile b/graphics/ppmcaption/Makefile
index 8bae7e7b3345..b2b27ae16f1e 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 powerpc powerpc64
+ONLY_FOR_ARCHS=	i386 powerpc powerpc64 powerpc64le
 ONLY_FOR_ARCHS_REASON=	does not compile on amd64; untested everywhere else
 
 post-patch: