aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2023-04-10 21:47:41 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2023-04-12 08:44:43 +0000
commitf6aa9a815453cf3310e11785e82ea38982fcad22 (patch)
treee4fe6da2f3cd4aa0ab35c58f1a3c6d8a7851fd6b
parent85af946906fcb279ab599ebb46123cc266365792 (diff)
downloadports-f6aa9a815453cf3310e11785e82ea38982fcad22.tar.gz
ports-f6aa9a815453cf3310e11785e82ea38982fcad22.zip
audio/libebur128: Fix location of installed pkgconfig file
Add pathfix to USES instead of relying on framework to silently move it Approved by: portmgr (blanket, build fix)
-rw-r--r--audio/libebur128/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/libebur128/Makefile b/audio/libebur128/Makefile
index 36c35e0d7f61..8f214d00bafb 100644
--- a/audio/libebur128/Makefile
+++ b/audio/libebur128/Makefile
@@ -10,7 +10,7 @@ WWW= https://github.com/jiixyj/libebur128
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= cmake pkgconfig
+USES= cmake pathfix pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= jiixyj
USE_LDCONFIG= yes