Date: Thu, 22 Dec 2022 12:01:16 GMT From: =?utf-8?Q?Lo=C3=AFc=20Bartoletti?= <lbartoletti@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a6d9696f9c93 - main - comms/trustedqsl: use wx 3.2 Message-ID: <202212221201.2BMC1GaC065442@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by lbartoletti: URL: https://cgit.FreeBSD.org/ports/commit/?id=a6d9696f9c9343005569c72f10116aeab02fe949 commit a6d9696f9c9343005569c72f10116aeab02fe949 Author: Loïc Bartoletti <lbartoletti@FreeBSD.org> AuthorDate: 2022-10-26 05:14:55 +0000 Commit: Loïc Bartoletti <lbartoletti@FreeBSD.org> CommitDate: 2022-12-22 12:00:50 +0000 comms/trustedqsl: use wx 3.2 --- comms/trustedqsl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comms/trustedqsl/Makefile b/comms/trustedqsl/Makefile index 010f847b90f1..79d9cc641b4c 100644 --- a/comms/trustedqsl/Makefile +++ b/comms/trustedqsl/Makefile @@ -24,7 +24,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message USES= bdb:5+ cmake compiler:c++11-lib pkgconfig ssl CMAKE_ARGS= -DBDB_PREFIX=${LOCALBASE} CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR:PATH="share/man" -USE_WX= 2.8+ +USE_WX= 3.2 USE_LDCONFIG= yes OPTIONS_DEFINE= GEN_CRQ LOAD_CERT STATION_LOC CONVERTER
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212221201.2BMC1GaC065442>