diff options
| author | Rozhuk Ivan <rozhuk.im@gmail.com> | 2023-11-17 23:30:44 +0000 |
|---|---|---|
| committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2023-12-05 17:47:20 +0000 |
| commit | c0a832bee9f60e53a8a3b4e050c2b7170434b330 (patch) | |
| tree | 5e77bddad2d5d7effcd2b74e8b680e67964cae82 | |
| parent | 0e7c2f97c8b22394d6dda8b3ff6cacc3b9fe2a5c (diff) | |
| download | ports-c0a832bee9f60e53a8a3b4e050c2b7170434b330.tar.gz ports-c0a832bee9f60e53a8a3b4e050c2b7170434b330.zip | |
net-im/dino: fix build
PR: 275158
Approved by: maintainer
| -rw-r--r-- | net-im/dino/Makefile | 4 |
1 files 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 |
