git: c0a832bee9f6 - main - net-im/dino: fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Dec 2023 17:47:52 UTC
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