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/mpg123 | |
parent | 0be4595fc26a2cdc85a3d8573c423b1d946cbb77 (diff) | |
download | ports-886a9071a1cc4b364b0a8ff097f1bd58778aea11.tar.gz ports-886a9071a1cc4b364b0a8ff097f1bd58778aea11.zip |
Notes
Diffstat (limited to 'audio/mpg123')
-rw-r--r-- | audio/mpg123/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile index 3518ea23651b..e86c3f3c84be 100644 --- a/audio/mpg123/Makefile +++ b/audio/mpg123/Makefile @@ -13,8 +13,7 @@ COMMENT= Command-line player for MPEG Layer 1, 2, and 3 audio files LICENSE= LGPL21 -USES= gmake libtool:keepla pathfix -USE_BZIP2= yes +USES= tar:bzip2 gmake libtool:keepla pathfix USE_AUTOTOOLS= libltdl USE_LDCONFIG= yes |