git: db3490f58c61 - main - devel/libinotify: Use USES=pathfix to fix .pc installation
Date: Wed, 23 Jul 2025 07:26:40 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=db3490f58c6174356c46f045548d9ec523aa3af2
commit db3490f58c6174356c46f045548d9ec523aa3af2
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-07-23 07:18:40 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-07-23 07:23:07 +0000
devel/libinotify: Use USES=pathfix to fix .pc installation
---
devel/libinotify/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devel/libinotify/Makefile b/devel/libinotify/Makefile
index e8b8d3afb66d..a0bce906fb85 100644
--- a/devel/libinotify/Makefile
+++ b/devel/libinotify/Makefile
@@ -11,7 +11,7 @@ WWW= https://github.com/libinotify-kqueue/libinotify-kqueue
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= libtool
+USES= libtool pathfix
CONFIGURE_ARGS= --enable-skip-subfiles=fusefs,smbfs
GNU_CONFIGURE= yes