git: c7960585f7eb - main - audio/a2jmidid: Try to fix build.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Feb 2022 10:50:22 UTC
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/ports/commit/?id=c7960585f7eb26262dd4833dcbb4c9dc4da4fcec commit c7960585f7eb26262dd4833dcbb4c9dc4da4fcec Author: Hans Petter Selasky <hselasky@FreeBSD.org> AuthorDate: 2022-02-12 10:49:23 +0000 Commit: Hans Petter Selasky <hselasky@FreeBSD.org> CommitDate: 2022-02-12 10:49:55 +0000 audio/a2jmidid: Try to fix build. - Add missing pkg-config dependency. Approved by: pi (implicit) --- audio/a2jmidid/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/a2jmidid/Makefile b/audio/a2jmidid/Makefile index 1fb87d801b4d..596cf2996256 100644 --- a/audio/a2jmidid/Makefile +++ b/audio/a2jmidid/Makefile @@ -12,7 +12,7 @@ LICENSE= GPLv2+ LIB_DEPENDS= libasound.so:audio/alsa-lib \ libjack.so:audio/jack -USES= meson tar:bzip2 uidfix +USES= meson pkgconfig tar:bzip2 uidfix USE_GITHUB= yes GH_ACCOUNT= jackaudio