diff options
author | ohauer <ohauer@FreeBSD.org> | 2014-06-01 21:03:14 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2014-06-01 21:03:14 +0800 |
commit | 8f993794383a8ef4d48cd10d14f9f5365f79fa25 (patch) | |
tree | c9d301ed55367daf089b38d9246d62856e45d5db /audio/audacity | |
parent | 5f854b081601ac5cbfb248d84c8ea02f900320fd (diff) | |
download | freebsd-ports-gnome-8f993794383a8ef4d48cd10d14f9f5365f79fa25.tar.gz freebsd-ports-gnome-8f993794383a8ef4d48cd10d14f9f5365f79fa25.tar.zst freebsd-ports-gnome-8f993794383a8ef4d48cd10d14f9f5365f79fa25.zip |
- USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz)
Diffstat (limited to 'audio/audacity')
-rw-r--r-- | audio/audacity/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index 2744f19fd45e..cd75873e8f2a 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -20,8 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-src-${PORTVERSION} USE_AUTOTOOLS= aclocal autoconf GNU_CONFIGURE= yes -USES= desktop-file-utils gmake gettext pkgconfig shared-mime-info -USE_XZ= yes +USES= tar:xz desktop-file-utils gmake gettext pkgconfig shared-mime-info USE_WX= 2.8 WX_UNICODE= yes WX_COMPS= wx |