diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-14 10:15:52 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-14 10:15:52 +0000 |
commit | 7aef37f62ece8efe1c98a46ecd235ea36aa72408 (patch) | |
tree | da93f2dfaac0007dd30bf105aff12a968a96b18f /audio/festalon | |
parent | - Stagify the port, use OPTIONS helpers (diff) |
Convert USE_BZIP2=yes to USES=tar:bzip2
Notes
Notes:
svn path=/head/; revision=348200
Diffstat (limited to 'audio/festalon')
-rw-r--r-- | audio/festalon/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/festalon/Makefile b/audio/festalon/Makefile index 21e183b94adf..d0ccf8116718 100644 --- a/audio/festalon/Makefile +++ b/audio/festalon/Makefile @@ -16,9 +16,8 @@ LICENSE= GPLv2 LIB_DEPENDS+= libsamplerate.so:${PORTSDIR}/audio/libsamplerate -USES= pkgconfig +USES= pkgconfig tar:bzip2 USE_AUTOTOOLS= libtool -USE_BZIP2= yes WRKSRC= ${WRKDIR}/${PORTNAME} |