git: f5fa6e9859a2 - main - security/libfido2: Use tab instead of space
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 05 Oct 2023 02:01:15 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f5fa6e9859a22591038ad8d2a36083abe0e19b01 commit f5fa6e9859a22591038ad8d2a36083abe0e19b01 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-10-05 01:55:46 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-10-05 02:00:13 +0000 security/libfido2: Use tab instead of space --- security/libfido2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/libfido2/Makefile b/security/libfido2/Makefile index 021bde1de920..2217d26fe805 100644 --- a/security/libfido2/Makefile +++ b/security/libfido2/Makefile @@ -25,7 +25,7 @@ OPTIONS_DEFINE= DOCS # Skip libcrypto.pc while using OpenSSL from base system on older FreeBSD versions which does not skip this file .if ${SSL_DEFAULT} == base && !exists(/usr/libdata/pkgconfig/libcrypto.pc) -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-openssl +EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-openssl .endif .if ${SSL_DEFAULT} == openssl30