summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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