git: b41d2a1991ab - main - lang/ficl: enable on powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 22 Sep 2022 20:07:59 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b41d2a1991ab3bbeac6bbfc122c5858def11b03d
commit b41d2a1991ab3bbeac6bbfc122c5858def11b03d
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-09-22 16:10:37 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-09-22 20:07:47 +0000
lang/ficl: enable on powerpc64le
---
lang/ficl/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lang/ficl/Makefile b/lang/ficl/Makefile
index d567567b808f..a8205caf5967 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 powerpc64 powerpc
-ONLY_FOR_ARCHS_REASON= this port is not tested on anything other than i386, amd64, powerpc and powerpc64
+ONLY_FOR_ARCHS= amd64 i386 powerpc64le powerpc64 powerpc
+ONLY_FOR_ARCHS_REASON= this port is not tested on anything other than i386, amd64, powerpc, powerpc64 and powerpc64le
USE_LDCONFIG= YES