diff options
author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2022-10-15 18:11:19 +0000 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2022-10-25 05:44:05 +0000 |
commit | a0b0e6e9b6f22625cd040be7030e30cbae042be8 (patch) | |
tree | 9672ba6e0b8a65de9f8101d4d6606654d6d568de | |
parent | f83d4e2ea23c4b8640e2639514da703e1bd1d8da (diff) |
audio/audacity: use wx 3.2
PR: 265093
-rw-r--r-- | audio/audacity/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index cd614c4007d7..b84830e9f945 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -1,6 +1,7 @@ PORTNAME= audacity DISTVERSIONPREFIX= Audacity- DISTVERSION= 3.2.1 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= xxjack12xx@gmail.com @@ -30,7 +31,7 @@ USES= cmake compiler:c++17-lang cpe desktop-file-utils gettext \ USE_GITHUB= yes USE_GNOME= cairo gdkpixbuf2 gtk30 -USE_WX= 3.1+ +USE_WX= 3.2+ CPE_VENDOR= audacityteam WX_COMPS= wx PORTDOCS= README.txt |