git: e404b5546c3d - main - biology/hisat2: enable on riscv64

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Thu, 16 Dec 2021 22:12:15 UTC
The branch main has been updated by pkubaj:

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

commit e404b5546c3d97c68066d31fd1370a17c7680fda
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-12-16 21:38:04 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-12-16 21:38:56 +0000

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

diff --git a/biology/hisat2/Makefile b/biology/hisat2/Makefile
index f30120ce4824..8b49bfc49f26 100644
--- a/biology/hisat2/Makefile
+++ b/biology/hisat2/Makefile
@@ -10,7 +10,7 @@ COMMENT=	Alignment program for mapping next-generation sequencing reads
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-ONLY_FOR_ARCHS=		aarch64 amd64 powerpc64 powerpc64le
+ONLY_FOR_ARCHS=		aarch64 amd64 powerpc64 powerpc64le riscv64
 ONLY_FOR_ARCHS_REASON=	64-bit code, some assembly language
 
 BUILD_DEPENDS=	simde>0:devel/simde