Date: Mon, 22 Apr 2024 18:45:54 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6384812843af - main - audio/sdl2_mixer: Add missing pkgconfig dependency Message-ID: <202404221845.43MIjslk030282@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=6384812843afff595ff21a8b3378e3321bc64e7c commit 6384812843afff595ff21a8b3378e3321bc64e7c Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2024-04-22 18:45:19 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2024-04-22 18:45:50 +0000 audio/sdl2_mixer: Add missing pkgconfig dependency PR: 278490 Submitted by: diizzy --- audio/sdl2_mixer/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/sdl2_mixer/Makefile b/audio/sdl2_mixer/Makefile index a67ef45319b7..3682e76ba80c 100644 --- a/audio/sdl2_mixer/Makefile +++ b/audio/sdl2_mixer/Makefile @@ -10,7 +10,7 @@ WWW= https://github.com/libsdl-org/SDL_mixer LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= cmake sdl +USES= cmake sdl pkgconfig USE_GITHUB= yes GH_ACCOUNT= libsdl-org GH_PROJECT= SDL_mixer
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404221845.43MIjslk030282>