aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Petter Selasky <hselasky@FreeBSD.org>2022-02-12 10:49:23 +0000
committerHans Petter Selasky <hselasky@FreeBSD.org>2022-02-12 10:49:55 +0000
commitc7960585f7eb26262dd4833dcbb4c9dc4da4fcec (patch)
treee4f2b7087cd4c525077f63f187b732b48c896ecf
parent86eb4911c16c3feb076d8f2c6c10d1561b9ae7ca (diff)
downloadports-c7960585f7eb26262dd4833dcbb4c9dc4da4fcec.tar.gz
ports-c7960585f7eb26262dd4833dcbb4c9dc4da4fcec.zip
audio/a2jmidid: Try to fix build.
- Add missing pkg-config dependency. Approved by: pi (implicit)
-rw-r--r--audio/a2jmidid/Makefile2
1 files changed, 1 insertions, 1 deletions
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