git: 63de6c3db611 - main - biology/diamond: Enable on aarch64.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Oct 2021 16:25:17 UTC
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