aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2022-10-29 16:56:44 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2022-10-29 16:56:44 +0000
commitfd28302db9a3ead9dc234c4cccfb5ff2cc9786d4 (patch)
tree33dadba33536d26a717a7f77a47f74ceab0a8954
parentfe0c652843a50d914fd037ab3d44bc32cf6c528c (diff)
downloadports-fd28302db9a3ead9dc234c4cccfb5ff2cc9786d4.tar.gz
ports-fd28302db9a3ead9dc234c4cccfb5ff2cc9786d4.zip
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
-rw-r--r--audio/mpg123/Makefile1
1 files changed, 1 insertions, 0 deletions
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