Date: Fri, 8 Oct 2021 16:27:44 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: 46ed8da916a0 - main - biology/hyphy: Enable on aarch64. Message-ID: <202110081627.198GRiCl029250@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=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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110081627.198GRiCl029250>