Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Apr 2021 12:32:43 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: c755648067f6 - main - net/yate: enable on powerpc64le
Message-ID:  <202104221232.13MCWh5S008322@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=c755648067f6849fb0786217b558599798db5fb8

commit c755648067f6849fb0786217b558599798db5fb8
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-04-22 12:32:34 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-04-22 12:32:34 +0000

    net/yate: enable on powerpc64le
---
 net/yate/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/yate/Makefile b/net/yate/Makefile
index b699765aab89..01b989ab8151 100644
--- a/net/yate/Makefile
+++ b/net/yate/Makefile
@@ -11,7 +11,7 @@ COMMENT=	Yet Another Telephony Engine
 
 LICENSE=	GPLv2
 
-ONLY_FOR_ARCHS=		amd64 armv6 armv7 i386 powerpc powerpc64 sparc64
+ONLY_FOR_ARCHS=		amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le sparc64
 
 LIB_DEPENDS=	libasound.so:audio/alsa-lib \
 		libspeex.so:audio/speex \



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