Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Nov 2021 12:19:44 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: 123f5e1c0c00 - main - biology/hyphy: enable on powerpc and powerpc64
Message-ID:  <202111071219.1A7CJisU095288@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=123f5e1c0c00599dd68f3a99e6314202fb702d0f

commit 123f5e1c0c00599dd68f3a99e6314202fb702d0f
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-11-07 12:14:59 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-11-07 12:14:59 +0000

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

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



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