From b7dc3e7a55e5a612afd68229fc48ab2bdbad22f4 Mon Sep 17 00:00:00 2001 From: Ismael Luceno Date: Fri, 15 Jan 2021 18:47:42 +0100 Subject: pidgin: Make libgnt optional It's only needed for finch (TUI). Because libgnt depends on ncurses, just swap them. --- chat-im/pidgin/DEPENDS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'chat-im/pidgin/DEPENDS') diff --git a/chat-im/pidgin/DEPENDS b/chat-im/pidgin/DEPENDS index 24beb8a58d..e3d51caa37 100755 --- a/chat-im/pidgin/DEPENDS +++ b/chat-im/pidgin/DEPENDS @@ -1,5 +1,4 @@ depends glib2 && -depends libgnt && depends intltool && depends libxml2 && depends nspr && @@ -31,7 +30,7 @@ optional_depends gtk+2 \ "--disable-gtkui" \ "for GTK+ user interface" && -optional_depends ncurses \ +optional_depends libgnt \ "--enable-consoleui" \ "--disable-consoleui" \ "for console user interface" && -- cgit v1.2.3