aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-10-05 01:55:46 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-10-05 02:00:13 +0000
commitf5fa6e9859a22591038ad8d2a36083abe0e19b01 (patch)
treeaa631feeff7a803c6f36b8ee2d7500e66406b7ad
parent66282ba1e9a2dc804c7def9995df30d3bbb9655f (diff)
downloadports-f5fa6e9859a22591038ad8d2a36083abe0e19b01.tar.gz
ports-f5fa6e9859a22591038ad8d2a36083abe0e19b01.zip
security/libfido2: Use tab instead of space
-rw-r--r--security/libfido2/Makefile2
1 files changed, 1 insertions, 1 deletions
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