diff options
author | Cy Schubert <cy@FreeBSD.org> | 2024-07-01 03:17:45 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2024-07-01 03:17:45 +0000 |
commit | 4ea1376d3c7b9dd5d9a3e189b0e1869bb33ca5b6 (patch) | |
tree | 86de42d5b98ef20c33e0179d6fd69cce0ca0c278 | |
parent | 0f1758093444df122a9ec355f077bb6c99f9cde9 (diff) | |
download | ports-4ea1376d3c7b9dd5d9a3e189b0e1869bb33ca5b6.tar.gz ports-4ea1376d3c7b9dd5d9a3e189b0e1869bb33ca5b6.zip |
security/libgcrypt: Use pathfix
Lookup WRKSRC and fix common path. (NOOP for this port.)
PR: 279904
Submitted by: dizzy (part of a larger patch)
-rw-r--r-- | security/libgcrypt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |