Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Oct 2021 16:25:17 GMT
From:      Mikael Urankar <mikael@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 63de6c3db611 - main - biology/diamond: Enable on aarch64.
Message-ID:  <202110081625.198GPHeJ028949@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mikael:

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

commit 63de6c3db611788a528afe985cd46fbe055b439a
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2021-10-08 16:17:42 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2021-10-08 16:25:09 +0000

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

diff --git a/biology/diamond/Makefile b/biology/diamond/Makefile
index 78dbbf4c10ac..b725258f117b 100644
--- a/biology/diamond/Makefile
+++ b/biology/diamond/Makefile
@@ -10,7 +10,7 @@ COMMENT=	BLAST-compatible local sequence aligner
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-ONLY_FOR_ARCHS=	amd64
+ONLY_FOR_ARCHS=	aarch64 amd64
 
 USES=		cmake
 USE_GITHUB=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110081625.198GPHeJ028949>