git: 2717de7aefde - main - security/ipsec-tools: fix build with openssl from ports

From: Dirk Meyer <dinoex_at_FreeBSD.org>
Date: Wed, 27 Dec 2023 09:43:21 UTC
The branch main has been updated by dinoex:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2717de7aefde69279e0063d3bdd47b7411240fca

commit 2717de7aefde69279e0063d3bdd47b7411240fca
Author:     Dirk Meyer <dinoex@FreeBSD.org>
AuthorDate: 2023-12-27 09:43:05 +0000
Commit:     Dirk Meyer <dinoex@FreeBSD.org>
CommitDate: 2023-12-27 09:43:05 +0000

    security/ipsec-tools: fix build with openssl from ports
---
 security/ipsec-tools/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/ipsec-tools/Makefile b/security/ipsec-tools/Makefile
index 18b7df355725..311104ffe683 100644
--- a/security/ipsec-tools/Makefile
+++ b/security/ipsec-tools/Makefile
@@ -99,7 +99,7 @@ post-install-DOCS-on:
 	${INSTALL_DATA} ${WRKSRC}/src/racoon/doc/* ${STAGEDIR}/${DOCSDIR}
 
 .if ${OPSYS} == FreeBSD
-.  if ${SSL_DEFAULT} != openssl
+.  if ${SSL_DEFAULT} != openssl111
 EXTRA_PATCHES+=	${FILESDIR}/extra-patch-ipsec-tools
 PLIST_FILES+=	include/racoon/openssl_compat.h
 .  endif