git: e9ad99bde4fd - main - mail/openarc: fix build with OpenSSL from ports

From: Dirk Meyer <dinoex_at_FreeBSD.org>
Date: Tue, 12 Dec 2023 19:32:03 UTC
The branch main has been updated by dinoex:

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

commit e9ad99bde4fd3742cf977c9fc70e871696f48677
Author:     Dirk Meyer <dinoex@FreeBSD.org>
AuthorDate: 2023-12-12 19:31:42 +0000
Commit:     Dirk Meyer <dinoex@FreeBSD.org>
CommitDate: 2023-12-12 19:31:42 +0000

    mail/openarc: fix build with OpenSSL from ports
    
    PR: 275728
---
 mail/openarc/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/mail/openarc/Makefile b/mail/openarc/Makefile
index 76d6d413bbc5..27ee7bcad073 100644
--- a/mail/openarc/Makefile
+++ b/mail/openarc/Makefile
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	autoconf-archive>0:devel/autoconf-archive
 LIB_DEPENDS=	libjansson.so:devel/jansson
 
-USES=		autoreconf gmake libtool pkgconfig ssl
+USES=		autoreconf gmake libtool localbase pkgconfig ssl
 USE_LDCONFIG=	yes
 
 USE_GITHUB=	yes
@@ -22,6 +22,7 @@ GH_PROJECT=	OpenARC
 GH_TAGNAME=	eb430db
 
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--with-openssl=${OPENSSLBASE}
 
 USE_RC_SUBR=	${PORTNAME}