Date: Tue, 5 Dec 2023 17:47:52 GMT From: Ashish SHUKLA <ashish@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c0a832bee9f6 - main - net-im/dino: fix build Message-ID: <202312051747.3B5Hlq0V040690@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ashish: URL: https://cgit.FreeBSD.org/ports/commit/?id=c0a832bee9f60e53a8a3b4e050c2b7170434b330 commit c0a832bee9f60e53a8a3b4e050c2b7170434b330 Author: Rozhuk Ivan <rozhuk.im@gmail.com> AuthorDate: 2023-11-17 23:30:44 +0000 Commit: Ashish SHUKLA <ashish@FreeBSD.org> CommitDate: 2023-12-05 17:47:20 +0000 net-im/dino: fix build PR: 275158 Approved by: maintainer --- net-im/dino/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/dino/Makefile b/net-im/dino/Makefile index 4cdc0bcddb50..26cfc07e5908 100644 --- a/net-im/dino/Makefile +++ b/net-im/dino/Makefile @@ -25,8 +25,8 @@ LIB_DEPENDS= libadwaita-1.so:x11-toolkits/libadwaita \ libsrtp2.so:net/libsrtp2 \ libvulkan.so:graphics/vulkan-loader -USES= cmake cpe desktop-file-utils gettext-tools gnome ninja \ - pkgconfig vala:build +USES= cmake cpe desktop-file-utils gettext-tools gnome localbase \ + ninja pkgconfig vala:build USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312051747.3B5Hlq0V040690>