aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoïc Bartoletti <lbartoletti@FreeBSD.org>2022-10-15 18:12:12 +0000
committerLoïc Bartoletti <lbartoletti@FreeBSD.org>2022-10-25 05:44:05 +0000
commit19703fbef183de785577eee429d4feab4acfaa5d (patch)
tree7c126647c6f8f544f17f5b26e71b421704ef32f1
parent30a174195179d211e9a8f1038942c13545237783 (diff)
downloadports-19703fbef183de785577eee429d4feab4acfaa5d.tar.gz
ports-19703fbef183de785577eee429d4feab4acfaa5d.zip
comms/cubicsdr: use wx 3.2
PR: 265093
-rw-r--r--comms/cubicsdr/Makefile6
1 files 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