diff options
| author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2022-10-15 18:13:06 +0000 |
|---|---|---|
| committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2022-10-25 05:44:06 +0000 |
| commit | 8c80b653a7befaab97ac2231914dccafcc9aef2e (patch) | |
| tree | 9e03bccebfee5687da895e7872efaccc503613b2 | |
| parent | 19703fbef183de785577eee429d4feab4acfaa5d (diff) | |
comms/limesuite: use wx 3.2
PR: 265093
| -rw-r--r-- | comms/limesuite/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/limesuite/Makefile b/comms/limesuite/Makefile index dae17e16186a..3b292104ccbe 100644 --- a/comms/limesuite/Makefile +++ b/comms/limesuite/Makefile @@ -1,7 +1,7 @@ PORTNAME= limesuite DISTVERSIONPREFIX= v DISTVERSION= 22.09.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= comms astro hamradio MAINTAINER= tomek@cedro.info @@ -73,7 +73,7 @@ UTILITIES_CMAKE_BOOL= ENABLE_UTILITIES USES+= gl xorg USE_XORG+= x11 ice sm xcursor xext xfixes xinerama xft xrender USE_GL+= gl glu -USE_WX+= 3.1 +USE_WX+= 3.2 WX_COMPS+= wx:lib LIB_DEPENDS+= libfontconfig.so:x11-fonts/fontconfig .endif |
