git: 85362024671a - main - multimedia/audacious: Add missing dependencies.

From: Guido Falsi <madpilot_at_FreeBSD.org>
Date: Sat, 11 Jun 2022 13:34:56 UTC
The branch main has been updated by madpilot:

URL: https://cgit.FreeBSD.org/ports/commit/?id=85362024671a33dd09ee0db25a544ac862918cf1

commit 85362024671a33dd09ee0db25a544ac862918cf1
Author:     Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2022-06-11 13:30:03 +0000
Commit:     Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2022-06-11 13:30:03 +0000

    multimedia/audacious: Add missing dependencies.
---
 multimedia/audacious/Makefile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/multimedia/audacious/Makefile b/multimedia/audacious/Makefile
index 2675fadaf75f..611ce0c6b0dc 100644
--- a/multimedia/audacious/Makefile
+++ b/multimedia/audacious/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	audacious
 PORTVERSION=	4.1
+PORTREVISION=	1
 CATEGORIES=	multimedia audio
 MASTER_SITES=	https://distfiles.audacious-media-player.org/
 
@@ -19,12 +20,14 @@ FLAVORS=	qt5 gtk2
 FLAVOR?=	${FLAVORS:[1]}
 
 USES=		compiler:c++11-lib desktop-file-utils gettext-tools gmake \
-		iconv localbase pkgconfig tar:bzip2 xorg
+		gnome iconv localbase pkgconfig tar:bzip2 xorg
+USE_GNOME=	glib20
 USE_XORG=	x11 sm
 USE_LDCONFIG=	yes
 
 qt5_CONFLICTS_INSTALL=	audacious-gtk2
 
+gtk2_LIB_DEPENDS+=	libharfbuzz.so:print/harfbuzz
 gtk2_PKGNAMESUFFIX=	-gtk2
 gtk2_CONFLICTS_INSTALL=	audacious
 
@@ -41,8 +44,7 @@ USE_QT=			buildtools_build core gui widgets
 PLIST_SUB=		QT5="" GTK2="@comment "
 .elif ${FLAVOR} == gtk2
 CONFIGURE_ARGS+=	--disable-qt --enable-gtk
-USES+=			gnome
-USE_GNOME=		gtk20 glib20 cairo
+USE_GNOME+=		cairo gdkpixbuf2 gtk20
 PLIST_SUB=		QT5="@comment " GTK2=""
 .endif