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/zynaddsubfx | |
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/zynaddsubfx')
-rw-r--r-- | audio/zynaddsubfx/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/zynaddsubfx/Makefile b/audio/zynaddsubfx/Makefile index 717f0498a28e..c8fe74f7ef57 100644 --- a/audio/zynaddsubfx/Makefile +++ b/audio/zynaddsubfx/Makefile @@ -16,8 +16,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3 \ libmxml.so:${PORTSDIR}/textproc/mxml -USE_BZIP2= yes -USES= cmake pkgconfig +USES= tar:bzip2 cmake pkgconfig OPTIONS_DEFINE= DOCS EXAMPLES GUI LASH LO JACK PORTAUDIO OPTIONS_DEFAULT= GUI PORTAUDIO |