git: fd28302db9a3 - main - audio/mpg123: add missing dependency for SNDIO

From: Roman Bogorodskiy <novel_at_FreeBSD.org>
Date: Sat, 29 Oct 2022 17:00:18 UTC
The branch main has been updated by novel:

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

commit fd28302db9a3ead9dc234c4cccfb5ff2cc9786d4
Author:     Roman Bogorodskiy <novel@FreeBSD.org>
AuthorDate: 2022-10-29 16:56:44 +0000
Commit:     Roman Bogorodskiy <novel@FreeBSD.org>
CommitDate: 2022-10-29 16:56:44 +0000

    audio/mpg123: add missing dependency for SNDIO
    
    Add 'pkgconfig' dependency which is required for the 'sndio' audio
    backend detection.
    
    PR:             267417 [1]
    Reported by:    p5B2EA84B3@t-online.de [1], fluffy
---
 audio/mpg123/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile
index 69cbf0bf50a5..8c5c0074d371 100644
--- a/audio/mpg123/Makefile
+++ b/audio/mpg123/Makefile
@@ -35,6 +35,7 @@ FPU_CONFIGURE_OFF=	--with-cpu=arm_nofpu
 SNDIO_CONFIGURE_ON=	--with-audio=sndio,oss
 SNDIO_CONFIGURE_OFF=	--with-audio=oss
 SNDIO_LIB_DEPENDS=	libsndio.so:audio/sndio
+SNDIO_USES=		pkgconfig
 
 OPTCPU_CONFIGURE_ON=	--with-cpu=x86
 OPTCPU_CONFIGURE_OFF=	--with-cpu=generic_fpu