git: 4ea1376d3c7b - main - security/libgcrypt: Use pathfix
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Jul 2024 03:32:52 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=4ea1376d3c7b9dd5d9a3e189b0e1869bb33ca5b6 commit 4ea1376d3c7b9dd5d9a3e189b0e1869bb33ca5b6 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2024-07-01 03:17:45 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2024-07-01 03:17:45 +0000 security/libgcrypt: Use pathfix Lookup WRKSRC and fix common path. (NOOP for this port.) PR: 279904 Submitted by: dizzy (part of a larger patch) --- security/libgcrypt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index 84381dd9b6b2..0468d21ee1e3 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -13,7 +13,7 @@ LICENSE_COMB= multi BUILD_DEPENDS= libgpg-error>=1.32:security/libgpg-error RUN_DEPENDS= libgpg-error>=1.32:security/libgpg-error -USES= cpe libtool tar:bzip2 +USES= cpe libtool pathfix tar:bzip2 CPE_VENDOR= gnupg USE_CSTD= gnu89