git: 84f6989ef5b5 - main - audio/py-soxr: Correct test dependency

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Wed, 17 Jun 2026 23:18:47 UTC
The branch main has been updated by yuri:

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

commit 84f6989ef5b5e3db4111dd0a965d9e3723bdd167
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-06-17 22:41:29 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-06-17 23:18:35 +0000

    audio/py-soxr: Correct test dependency
---
 audio/py-soxr/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/audio/py-soxr/Makefile b/audio/py-soxr/Makefile
index 597c6df3a68c..c94dac21f4e1 100644
--- a/audio/py-soxr/Makefile
+++ b/audio/py-soxr/Makefile
@@ -21,7 +21,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nanobind>0:devel/py-nanobind@${PY_FLAVOR}
 		${PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.16:math/py-numpy@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}SoundFile>0:audio/py-SoundFile@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}soundfile>0:audio/py-SoundFile@${PY_FLAVOR}
 
 USES=		cmake:indirect python
 USE_PYTHON=	pep517 autoplist pytest