aboutsummaryrefslogtreecommitdiff
path: root/audio/libbs2b
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2014-06-01 13:03:14 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2014-06-01 13:03:14 +0000
commit886a9071a1cc4b364b0a8ff097f1bd58778aea11 (patch)
treec9d301ed55367daf089b38d9246d62856e45d5db /audio/libbs2b
parent0be4595fc26a2cdc85a3d8573c423b1d946cbb77 (diff)
downloadports-886a9071a1cc4b364b0a8ff097f1bd58778aea11.tar.gz
ports-886a9071a1cc4b364b0a8ff097f1bd58778aea11.zip
- USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz)
Notes
Notes: svn path=/head/; revision=356114
Diffstat (limited to 'audio/libbs2b')
-rw-r--r--audio/libbs2b/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/libbs2b/Makefile b/audio/libbs2b/Makefile
index b7a2917a2a0d..0d4f8ab14b8d 100644
--- a/audio/libbs2b/Makefile
+++ b/audio/libbs2b/Makefile
@@ -15,8 +15,7 @@ LIB_DEPENDS+= libsndfile.so:${PORTSDIR}/audio/libsndfile \
libFLAC.so:${PORTSDIR}/audio/flac \
libvorbis.so:${PORTSDIR}/audio/libvorbis
-USES= gmake pkgconfig
-USE_BZIP2= yes
+USES= tar:bzip2 gmake pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= CFLAGS=`pkg-config --cflags sndfile` \