git: 665f909374ae - main - devel/yder: Use USES=pathfix to fix .pc installation

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 30 Jun 2023 07:23:15 UTC
The branch main has been updated by sunpoet:

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

commit 665f909374aee166fe193f95ea79ce1f1a2a101e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-30 07:08:34 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-30 07:08:34 +0000

    devel/yder: Use USES=pathfix to fix .pc installation
    
    ===>   File(s) found in lib/pkgconfig while correct path is libdata/pkgconfig
           Applying fix but consider using USES= pathfix or adjust install path
    
    Approved by:    portmgr (blanket)
---
 devel/yder/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/yder/Makefile b/devel/yder/Makefile
index d67f2a67e06b..e9555c3c0d2d 100644
--- a/devel/yder/Makefile
+++ b/devel/yder/Makefile
@@ -14,7 +14,7 @@ BUILD_DEPENDS=	orcania>=2.3.2:devel/orcania
 LIB_DEPENDS=	liborcania.so:devel/orcania
 RUN_DEPENDS=	jansson>=2.4:devel/jansson
 
-USES=		cmake
+USES=		cmake pathfix
 USE_GITHUB=	yes
 GH_ACCOUNT=	babelouest