aboutsummaryrefslogtreecommitdiffstats
path: root/audio/openal-soft
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2014-06-01 21:03:14 +0800
committerohauer <ohauer@FreeBSD.org>2014-06-01 21:03:14 +0800
commit8f993794383a8ef4d48cd10d14f9f5365f79fa25 (patch)
treec9d301ed55367daf089b38d9246d62856e45d5db /audio/openal-soft
parent5f854b081601ac5cbfb248d84c8ea02f900320fd (diff)
downloadfreebsd-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/openal-soft')
-rw-r--r--audio/openal-soft/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/openal-soft/Makefile b/audio/openal-soft/Makefile
index 785e22d69c2d..d0884fd7ab37 100644
--- a/audio/openal-soft/Makefile
+++ b/audio/openal-soft/Makefile
@@ -13,8 +13,7 @@ LICENSE= LGPL20
CONFLICTS= openal-200[0-9]*
-USE_BZIP2= yes
-USES= cmake
+USES= tar:bzip2 cmake
USE_LDCONFIG= yes
CMAKE_ARGS+= -DALSA:BOOL=OFF -DPORTAUDIO:BOOL=OFF -DSOLARIS:BOOL=OFF \
-DDSOUND:BOOL=OFF -DSNDIO:BOOL=OFF -DEXAMPLES:BOOL=OFF \