git: 013f956ddb68 - main - security/libgcrypt: Improve legibility
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Jul 2024 03:32:54 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=013f956ddb6837deb4948d1ab474183c371677b9 commit 013f956ddb6837deb4948d1ab474183c371677b9 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2024-07-01 03:27:46 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2024-07-01 03:27:46 +0000 security/libgcrypt: Improve legibility PR: 279904 Submitted by: dizzy (part of a larger patch) --- security/libgcrypt/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index 377df3cc5db7..7739a7281dbc 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -16,17 +16,20 @@ RUN_DEPENDS= libgpg-error>=1.32:security/libgpg-error USES= cpe libtool pathfix tar:bzip2 CPE_VENDOR= gnupg -GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -CONFIGURE_ARGS= --disable-drng-support -CONFIGURE_TARGET=${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL} USE_LDCONFIG= yes + +GNU_CONFIGURE= yes + TEST_TARGET= check DOCS= AUTHORS ChangeLog ChangeLog-2011 INSTALL NEWS THANKS TODO \ doc/HACKING doc/README.apichanges PORTDOCS= * +CONFIGURE_ARGS= --disable-drng-support +CONFIGURE_TARGET=${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL} + OPTIONS_DEFINE= DOCS INFO STATIC OPTIONS_DEFAULT= DOCS INFO STATIC OPTIONS_SUB= yes