Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jul 2022 08:54:10 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: f68f810de8cf - main - net-im/signal-desktop: mark as only for aarch64 and amd64
Message-ID:  <202207010854.2618sA7n068526@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=f68f810de8cf1dce88a1e047f54890cdc1989d7a

commit f68f810de8cf1dce88a1e047f54890cdc1989d7a
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2022-07-01 07:08:02 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2022-07-01 08:54:05 +0000

    net-im/signal-desktop: mark as only for aarch64 and amd64
    
    esbuild is only available on aarch64 and amd64
---
 net-im/signal-desktop/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net-im/signal-desktop/Makefile b/net-im/signal-desktop/Makefile
index 3d2157409b95..7d2d242e277a 100644
--- a/net-im/signal-desktop/Makefile
+++ b/net-im/signal-desktop/Makefile
@@ -17,6 +17,8 @@ COMMENT=	Cross-platform centralized encrypted messaging service
 LICENSE=	AGPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+ONLY_FOR_ARCHS=	aarch64 amd64
+
 BUILD_DEPENDS=	${LOCALBASE}/lib/libringrtc.so:multimedia/ringrtc \
 		${LOCALBASE}/lib/libsignal_node.so:net-im/libsignal-node \
 		app-builder>0:devel/app-builder \



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