diff options
author | bapt <bapt@FreeBSD.org> | 2015-09-15 05:04:11 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-09-15 05:04:11 +0800 |
commit | ecf46401458df6ae9f21141ede94db127d14de26 (patch) | |
tree | bb8df00094e4a42f182c6506ab99b9be281070a2 /audio | |
parent | 4aca44ee8054ed403723725293b4c0183eb8f1e1 (diff) | |
download | freebsd-ports-gnome-ecf46401458df6ae9f21141ede94db127d14de26.tar.gz freebsd-ports-gnome-ecf46401458df6ae9f21141ede94db127d14de26.tar.zst freebsd-ports-gnome-ecf46401458df6ae9f21141ede94db127d14de26.zip |
Switch back audacity to wxGTK 2.8 as it is failing on FreeBSD 9 if using wxGTK3
Diffstat (limited to 'audio')
-rw-r--r-- | audio/audacity/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index c89db7c28bf7..9439f6d6f657 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -3,7 +3,7 @@ PORTNAME= audacity PORTVERSION= 2.1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} DISTNAME= ${PORTNAME}-minsrc-${PORTVERSION} @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-minsrc-${PORTVERSION} GNU_CONFIGURE= yes USES= cpe desktop-file-utils gettext gmake pkgconfig shared-mime-info \ tar:xz -USE_WX= 3.0+ +USE_WX= 2.8+ WX_UNICODE= yes WX_COMPS= wx INSTALLS_ICONS= yes |