diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2014-06-01 13:03:14 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2014-06-01 13:03:14 +0000 |
commit | 886a9071a1cc4b364b0a8ff097f1bd58778aea11 (patch) | |
tree | c9d301ed55367daf089b38d9246d62856e45d5db /audio/openal-soft/Makefile | |
parent | 0be4595fc26a2cdc85a3d8573c423b1d946cbb77 (diff) | |
download | ports-886a9071a1cc4b364b0a8ff097f1bd58778aea11.tar.gz ports-886a9071a1cc4b364b0a8ff097f1bd58778aea11.zip |
- USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz)
Notes
Notes:
svn path=/head/; revision=356114
Diffstat (limited to 'audio/openal-soft/Makefile')
-rw-r--r-- | audio/openal-soft/Makefile | 3 |
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 \ |