git: 46ed8da916a0 - main - biology/hyphy: Enable on aarch64.

From: Mikael Urankar <mikael_at_FreeBSD.org>
Date: Fri, 08 Oct 2021 16:27:44 UTC
The branch main has been updated by mikael:

URL: https://cgit.FreeBSD.org/ports/commit/?id=46ed8da916a0b6ae1eecd597d079adeb2099a5ae

commit 46ed8da916a0b6ae1eecd597d079adeb2099a5ae
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2021-10-08 16:27:33 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2021-10-08 16:27:33 +0000

    biology/hyphy: Enable on aarch64.
---
 biology/hyphy/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/biology/hyphy/Makefile b/biology/hyphy/Makefile
index 99d7ada92851..b14601320c1f 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=	amd64 i386
+ONLY_FOR_ARCHS=	aarch64 amd64 i386
 
 LIB_DEPENDS=	libcurl.so:ftp/curl