git: 03ca017c5e37 - main - devel/mongo-c-driver: Fix typos

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Thu, 27 Jul 2023 15:14:53 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=03ca017c5e37a60e208d008c1703db9e422b3422

commit 03ca017c5e37a60e208d008c1703db9e422b3422
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-27 15:13:11 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-27 15:14:46 +0000

    devel/mongo-c-driver: Fix typos
    
    - On my previous commit to fix the build with OpenSSL 3 I made a typo.
      This commit fixes that.
    
    Reported by:    hiroo@oikumene.net
    Approved by:    portmgr (blanket)
---
 devel/mongo-c-driver/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/mongo-c-driver/Makefile b/devel/mongo-c-driver/Makefile
index e6753ad1f9fb..89c1a73330df 100644
--- a/devel/mongo-c-driver/Makefile
+++ b/devel/mongo-c-driver/Makefile
@@ -84,7 +84,7 @@ CMAKE_ARGS+=	-DENABLE_SSL=LIBRESSL
 .endif
 CMAKE_ARGS+=	-DENABLE_SSL=OPENSSL
 .if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*}
-CFLAGS+=	-DOPENSSL_API_COMPAT=0x30000000L"
+CFLAGS+=	-DOPENSSL_API_COMPAT=0x30000000L
 .endif
 .endif