Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Oct 2021 18:28:18 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 096fef40c53a - main - biology/diamond: enable on powerpc64
Message-ID:  <202110081828.198ISIFb089525@gitrepo.freebsd.org>

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

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

commit 096fef40c53a0bcc585624139de0109511580649
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-10-08 18:19:23 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-10-08 18:19:23 +0000

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

diff --git a/biology/diamond/Makefile b/biology/diamond/Makefile
index b725258f117b..372dfb438f11 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=	aarch64 amd64
+ONLY_FOR_ARCHS=	aarch64 amd64 powerpc64
 
 USES=		cmake
 USE_GITHUB=	yes



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