git: f68f810de8cf - main - net-im/signal-desktop: mark as only for aarch64 and amd64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 Jul 2022 08:54:10 UTC
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 \