aboutsummaryrefslogtreecommitdiff
path: root/audio/pianobar
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/pianobar
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/pianobar')
-rw-r--r--audio/pianobar/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/pianobar/Makefile b/audio/pianobar/Makefile
index 248b387169d8..e7947ec876a9 100644
--- a/audio/pianobar/Makefile
+++ b/audio/pianobar/Makefile
@@ -22,8 +22,7 @@ LIB_DEPENDS= libao.so:${PORTSDIR}/audio/libao \
PLIST_FILES= bin/pianobar \
man/man1/pianobar.1.gz
-USES= gmake pkgconfig
-USE_BZIP2= yes
+USES= tar:bzip2 gmake pkgconfig
MAKE_ARGS+= CC="${CC}" PREFIX="${PREFIX}"
CFLAGS+= -I${LOCALBASE}/include -std=c99