Date: Thu, 22 Sep 2022 11:26:40 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: e83f040ee8d6 - main - lang/ficl: enable on powerpc and powerpc64 Message-ID: <202209221126.28MBQe7L089465@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=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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209221126.28MBQe7L089465>