diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2014-05-12 10:55:01 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2014-05-12 10:55:01 +0000 |
commit | 5fe4762d3f6891a507dd20d48da0426c3b893007 (patch) | |
tree | c84a8b822b1175509dfeb5e49e9f582747f87a8e /audio/mp3unicode | |
parent | c425e0b6a4d59c9684be3eae7a4402a2dd33fe11 (diff) |
Notes
Diffstat (limited to 'audio/mp3unicode')
-rw-r--r-- | audio/mp3unicode/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/mp3unicode/Makefile b/audio/mp3unicode/Makefile index 1b675b6413b8..3f52fdd80954 100644 --- a/audio/mp3unicode/Makefile +++ b/audio/mp3unicode/Makefile @@ -11,8 +11,7 @@ COMMENT= ID3 tags charset converter LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib -USE_BZIP2= yes -USES= iconv pkgconfig +USES= iconv pkgconfig tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ENV= ICONV_CFLAGS="-I${LOCALBASE}/include" \ ICONV_LIBS="-L${LOCALBASE}/lib ${ICONV_LIB}" |