diff options
author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2022-10-26 05:14:55 +0000 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2022-12-22 12:00:50 +0000 |
commit | a6d9696f9c9343005569c72f10116aeab02fe949 (patch) | |
tree | 37935e23a8e5e23a57f0dc7a663e26e115599b49 /comms/trustedqsl | |
parent | 212897e4557f4065699dc81d7d1cb4cac5b8e29c (diff) | |
download | ports-a6d9696f9c9343005569c72f10116aeab02fe949.tar.gz ports-a6d9696f9c9343005569c72f10116aeab02fe949.zip |
comms/trustedqsl: use wx 3.2
Diffstat (limited to 'comms/trustedqsl')
-rw-r--r-- | comms/trustedqsl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |