Date: Thu, 07 May 2026 02:58:23 +0000 From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 866600f544a6 - main - emulators/libmt32emu: Adjust pkgconfig dependency Message-ID: <69fbffcf.20279.1530fbee@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=866600f544a62a2851ad5aa19a4ce7adcf16e8c0 commit 866600f544a62a2851ad5aa19a4ce7adcf16e8c0 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2026-05-07 02:53:41 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2026-05-07 02:53:45 +0000 emulators/libmt32emu: Adjust pkgconfig dependency Optional for libsoxr (libsamplerate relies on cmake) but it's a better approach than having cmake "manually" looking for headers Approved by: blanket --- emulators/libmt32emu/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emulators/libmt32emu/Makefile b/emulators/libmt32emu/Makefile index a3b2cd6a24e1..654097492409 100644 --- a/emulators/libmt32emu/Makefile +++ b/emulators/libmt32emu/Makefile @@ -9,7 +9,7 @@ WWW= https://munt.sourceforge.net LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER.txt -USES= cmake pkgconfig +USES= cmake USE_GITHUB= yes GH_ACCOUNT= munt @@ -40,6 +40,7 @@ LIBSAMPLERATE_LIB_DEPENDS= libsamplerate.so:audio/libsamplerate LIBSAMPLERATE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_SampleRate LIBSOXR_LIB_DEPENDS= libsoxr.so:audio/libsoxr +LIBSOXR_USES= pkgconfig LIBSOXR_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_SOXR .include <bsd.port.mk>home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69fbffcf.20279.1530fbee>
