git: f0604eaf3a4b - main - security/mbedtls: Add USES= pathfix

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sat, 24 Aug 2024 18:43:48 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f0604eaf3a4b348daee0729c1058bc16b77584fc

commit f0604eaf3a4b348daee0729c1058bc16b77584fc
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-08-24 18:42:46 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-08-24 18:43:31 +0000

    security/mbedtls: Add USES= pathfix
    
    pkgconfig file gets installed in wrong path by default
    
    Approved by:    portmgr (blanket, build fix)
---
 security/mbedtls/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/mbedtls/Makefile b/security/mbedtls/Makefile
index e257f75f4a36..c1c8639bad3b 100644
--- a/security/mbedtls/Makefile
+++ b/security/mbedtls/Makefile
@@ -11,7 +11,7 @@ LICENSE=	APACHE20 GPLv2+
 LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		cmake:testing python:build,test shebangfix tar:bz2
+USES=		cmake:testing pathfix python:build,test shebangfix tar:bz2
 SHEBANG_FILES=	scripts/*.py tests/scripts/*.py
 USE_LDCONFIG=	yes