git: 9cc696b412c5 - main - lang/mono: enable on powerpc64le

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Thu, 07 Oct 2021 17:56:13 UTC
The branch main has been updated by pkubaj:

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

commit 9cc696b412c55ca0d1bb45111edcfc8e3fd5f375
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-10-07 17:53:52 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-10-07 17:53:52 +0000

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

diff --git a/lang/mono/Makefile b/lang/mono/Makefile
index 4414273daadb..1226c85a8c78 100644
--- a/lang/mono/Makefile
+++ b/lang/mono/Makefile
@@ -13,7 +13,7 @@ COMMENT=	Open source implementation of .NET Development Framework
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-ONLY_FOR_ARCHS=		amd64 armv6 armv7 i386 powerpc powerpc64
+ONLY_FOR_ARCHS=		amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le
 
 BUILD_DEPENDS=	p5-XML-Parser>=0:textproc/p5-XML-Parser \
 		bash:shells/bash \