Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Oct 2021 00:39:21 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9d63c1adf081 - main - graphics/ppmcaption: enable on powerpc64le
Message-ID:  <202110230039.19N0dL7F098483@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110230039.19N0dL7F098483>