git: 7e6fe790bf61 - main - security/nettle: Remove USES=pathfix

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

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

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

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

diff --git a/security/nettle/Makefile b/security/nettle/Makefile
index ddea868f1be1..563d73f81bf0 100644
--- a/security/nettle/Makefile
+++ b/security/nettle/Makefile
@@ -16,7 +16,7 @@ LICENSE_FILE_LGPL3=	${WRKSRC}/COPYING.LESSERv3
 BUILD_DEPENDS=	gmp>=6.1.0:math/gmp
 LIB_DEPENDS=	libgmp.so:math/gmp
 
-USES=		compiler:c11 cpe gmake localbase pathfix
+USES=		compiler:c11 cpe gmake localbase
 
 CONFIGURE_ARGS=	--enable-ld-version-script --enable-shared
 CONFIGURE_ENV=	M4="/usr/bin/m4 -g"