diff options
| author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2024-04-22 18:45:19 +0000 |
|---|---|---|
| committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2024-04-22 18:45:50 +0000 |
| commit | 6384812843afff595ff21a8b3378e3321bc64e7c (patch) | |
| tree | 406b47edcb976bb21b086105700328e0455df219 | |
| parent | b926ceaa4e3e1ab8bb1814c9476c409d397087b1 (diff) | |
| download | ports-6384812843afff595ff21a8b3378e3321bc64e7c.tar.gz ports-6384812843afff595ff21a8b3378e3321bc64e7c.zip | |
audio/sdl2_mixer: Add missing pkgconfig dependency
PR: 278490
Submitted by: diizzy
| -rw-r--r-- | audio/sdl2_mixer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
