git: 23fd94c62c43 - main - devel/yyjson: add USES=pathfix as suggested by stage-qa
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 17 May 2025 09:22:23 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=23fd94c62c43d09f1064f4714c6c1cf5033c7a2a
commit 23fd94c62c43d09f1064f4714c6c1cf5033c7a2a
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2025-05-14 15:24:28 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2025-05-17 09:22:18 +0000
devel/yyjson: add USES=pathfix as suggested by stage-qa
---
devel/yyjson/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devel/yyjson/Makefile b/devel/yyjson/Makefile
index dc20130fb787..d3e822ffdd61 100644
--- a/devel/yyjson/Makefile
+++ b/devel/yyjson/Makefile
@@ -8,7 +8,7 @@ WWW= https://github.com/ibireme/yyjson
LICENSE= MIT
-USES= cmake
+USES= cmake pathfix
USE_GITHUB= yes
GH_ACCOUNT= ibireme