diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2025-05-14 17:24:28 +0200 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2025-05-17 11:22:18 +0200 |
commit | 23fd94c62c43d09f1064f4714c6c1cf5033c7a2a (patch) | |
tree | c8cfedcb27fd54c755515e41e65e6fbf0d2db9a2 | |
parent | math/R-cran-Rmpfr: Update to 1.1-0 (diff) |
devel/yyjson: add USES=pathfix as suggested by stage-qa
-rw-r--r-- | devel/yyjson/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |