aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-06-30 07:08:34 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-06-30 07:08:34 +0000
commit665f909374aee166fe193f95ea79ce1f1a2a101e (patch)
tree587314511d42fcd2cc457e1a7f2af6b1b15d678d
parent54ee1a2422bf07ec22694b9a6bd5d8a49a70dea4 (diff)
downloadports-665f909374aee166fe193f95ea79ce1f1a2a101e.tar.gz
ports-665f909374aee166fe193f95ea79ce1f1a2a101e.zip
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)
-rw-r--r--devel/yder/Makefile2
1 files changed, 1 insertions, 1 deletions
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