git: 19703fbef183 - main - comms/cubicsdr: use wx 3.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Oct 2022 05:44:30 UTC
The branch main has been updated by lbartoletti: URL: https://cgit.FreeBSD.org/ports/commit/?id=19703fbef183de785577eee429d4feab4acfaa5d commit 19703fbef183de785577eee429d4feab4acfaa5d Author: Loïc Bartoletti <lbartoletti@FreeBSD.org> AuthorDate: 2022-10-15 18:12:12 +0000 Commit: Loïc Bartoletti <lbartoletti@FreeBSD.org> CommitDate: 2022-10-25 05:44:05 +0000 comms/cubicsdr: use wx 3.2 PR: 265093 --- comms/cubicsdr/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/comms/cubicsdr/Makefile b/comms/cubicsdr/Makefile index 2ba432915cfc..1cbb2c705d69 100644 --- a/comms/cubicsdr/Makefile +++ b/comms/cubicsdr/Makefile @@ -1,6 +1,6 @@ PORTNAME= cubicsdr PORTVERSION= 0.2.5 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= comms hamradio MAINTAINER= hamradio@FreeBSD.org @@ -18,7 +18,7 @@ LIB_DEPENDS= libSoapySDR.so:misc/soapysdr \ libhamlib.so:comms/hamlib USES= cmake:noninja compiler:c++11-lib gl python -USE_WX= 3.1 +USE_WX= 3.2 USE_GL+= egl glu OPTIONS_DEFINE= HAMLIB @@ -34,7 +34,7 @@ LIB_DEPENDS+= libhamlib.so:comms/hamlib CMAKE_ARGS+= -DUSE_HAMLIB=1 .endif -CMAKE_ARGS+= -DwxWidgets_CONFIG_EXECUTABLE=${LOCALBASE}/bin/wxgtk3u-3.1-config +CMAKE_ARGS+= -DwxWidgets_CONFIG_EXECUTABLE=${LOCALBASE}/bin/wxgtk3u-3.2-config USE_GITHUB= yes GH_ACCOUNT= cjcliffe GH_PROJECT= CubicSDR