git: d60e26974b00 - main - dns/libidn2: Remove USES=pathfix

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 16 Dec 2025 16:03:27 UTC
The branch main has been updated by sunpoet:

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

commit d60e26974b003b0fb55fb4faaed4194ffa344311
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-16 15:55:24 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-16 15:55:24 +0000

    dns/libidn2: Remove USES=pathfix
---
 dns/libidn2/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dns/libidn2/Makefile b/dns/libidn2/Makefile
index 742ce55a5f73..451f87201ec7 100644
--- a/dns/libidn2/Makefile
+++ b/dns/libidn2/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	help2man:misc/help2man
 LIB_DEPENDS=	libunistring.so:devel/libunistring
 
-USES=		charsetfix iconv libtool localbase makeinfo pathfix
+USES=		charsetfix iconv libtool localbase makeinfo
 
 CONFIGURE_ARGS=	--disable-nls \
 		--enable-ld-version-script \