git: 242bd25344cf - main - multimedia/ringrtc: Restrict ringrtc to aarch64 and amd64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Nov 2023 07:56:19 UTC
The branch main has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=242bd25344cf4381d094dbd9fbab9fcbb5411fd9 commit 242bd25344cf4381d094dbd9fbab9fcbb5411fd9 Author: Mikael Urankar <mikael@FreeBSD.org> AuthorDate: 2023-11-16 07:55:55 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2023-11-16 07:55:55 +0000 multimedia/ringrtc: Restrict ringrtc to aarch64 and amd64 This port is only required by signal-desktop and only works on aarch64 and amd64 --- multimedia/ringrtc/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/multimedia/ringrtc/Makefile b/multimedia/ringrtc/Makefile index e510cb0ec9c1..ab8b662f7406 100644 --- a/multimedia/ringrtc/Makefile +++ b/multimedia/ringrtc/Makefile @@ -38,6 +38,8 @@ WWW= https://github.com/signalapp/ringrtc LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +ONLY_FOR_ARCHS= aarch64 amd64 + BUILD_DEPENDS= gn:devel/gn \ protoc:devel/protobuf LIB_DEPENDS= libasound.so:audio/alsa-lib \