Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Nov 2021 14:50:14 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: 40dbbdf79c63 - main - biology/hyphy: enable on armv7
Message-ID:  <202111121450.1ACEoEIl099630@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by pkubaj:

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

commit 40dbbdf79c63cb6b89ffc8e4ecacb61bfd970ece
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-11-12 14:48:47 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-11-12 14:48:47 +0000

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

diff --git a/biology/hyphy/Makefile b/biology/hyphy/Makefile
index 3f946ae34b11..5950895e7cc8 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=	aarch64 amd64 i386 powerpc64le powerpc64 powerpc
+ONLY_FOR_ARCHS=	aarch64 amd64 armv7 i386 powerpc64le powerpc64 powerpc
 
 LIB_DEPENDS=	libcurl.so:ftp/curl
 


home | help

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