Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Nov 2023 15:52:53 GMT
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c44bdce23e14 - main - security/openconnect: Make build happy with openssl3
Message-ID:  <202311101552.3AAFqr0B000105@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by zi:

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

commit c44bdce23e14bdca387c936e4257bd37a45f4159
Author:     Ryan Steinmetz <zi@FreeBSD.org>
AuthorDate: 2023-11-10 15:51:53 +0000
Commit:     Ryan Steinmetz <zi@FreeBSD.org>
CommitDate: 2023-11-10 15:51:53 +0000

    security/openconnect: Make build happy with openssl3
    
    PR:             275007
    Submitted by:   Franco Fichtner <franco@opnsense.org>
---
 security/openconnect/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/security/openconnect/Makefile b/security/openconnect/Makefile
index 200d8584c4bf..03af6d07b323 100644
--- a/security/openconnect/Makefile
+++ b/security/openconnect/Makefile
@@ -19,7 +19,8 @@ CONFIGURE_ARGS=	--disable-nls --with-vpnc-script=${LOCALBASE}/sbin/vpnc-script \
 		--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \
 		--without-openssl-version-check --without-libpcsclite \
 		--without-libpskc
-USES=		cpe gmake iconv libtool pkgconfig python:build ssl shebangfix
+USES=		cpe gmake iconv libtool localbase pkgconfig python:build ssl \
+		shebangfix
 CPE_VENDOR=	infradead
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311101552.3AAFqr0B000105>