git: 3e4f4430a3d6 - main - net-mgmt/mac-telnet: Override crypto detection with CONFIGURE_ENV

From: Joe Marcus Clarke <marcus_at_FreeBSD.org>
Date: Thu, 15 Sep 2022 18:53:41 UTC
The branch main has been updated by marcus:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3e4f4430a3d6860140c9034bcf08f9838ecd6c12

commit 3e4f4430a3d6860140c9034bcf08f9838ecd6c12
Author:     Joe Marcus Clarke <marcus@FreeBSD.org>
AuthorDate: 2022-09-15 18:53:10 +0000
Commit:     Joe Marcus Clarke <marcus@FreeBSD.org>
CommitDate: 2022-09-15 18:53:10 +0000

    net-mgmt/mac-telnet: Override crypto detection with CONFIGURE_ENV
---
 net-mgmt/mac-telnet/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-mgmt/mac-telnet/Makefile b/net-mgmt/mac-telnet/Makefile
index cba59af88658..b92beb387b5b 100644
--- a/net-mgmt/mac-telnet/Makefile
+++ b/net-mgmt/mac-telnet/Makefile
@@ -18,5 +18,6 @@ GH_TAGNAME=	42d6271
 
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib
+CONFIGURE_ENV+=	CRYPTO_CFLAGS="-I${OPENSSLINC}" CRYPTO_LIBS="-L${OPENSSLLIB} -lssl -lcrypto"
 
 .include <bsd.port.mk>