git: 6a7fc8ddc236 - main - biology/hyphy: enable on powerpc64le

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Mon, 08 Nov 2021 16:51:49 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6a7fc8ddc236995f91d6eb7c5d29b7f6b9a601b5

commit 6a7fc8ddc236995f91d6eb7c5d29b7f6b9a601b5
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-11-08 16:49:37 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-11-08 16:49:37 +0000

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

diff --git a/biology/hyphy/Makefile b/biology/hyphy/Makefile
index a2730276ad58..3f946ae34b11 100644
--- a/biology/hyphy/Makefile
+++ b/biology/hyphy/Makefile
@@ -8,7 +8,7 @@ COMMENT=	Hypothesis testing using Phylogenies
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-ONLY_FOR_ARCHS=	aarch64 amd64 i386 powerpc64 powerpc
+ONLY_FOR_ARCHS=	aarch64 amd64 i386 powerpc64le powerpc64 powerpc
 
 LIB_DEPENDS=	libcurl.so:ftp/curl