aboutsummaryrefslogtreecommitdiff
path: root/audio/liblscp/Makefile
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2015-12-30 10:20:19 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2015-12-30 10:20:19 +0000
commit38269ac51865d5d9bbaa23f6afcc2e6a6db5e9b1 (patch)
tree0f8bda612b20cf90baafb943e400b2b4c5998f62 /audio/liblscp/Makefile
parent9faad7e5b319789c0f592c518e1e9d2353c594ce (diff)
downloadports-38269ac51865d5d9bbaa23f6afcc2e6a6db5e9b1.tar.gz
ports-38269ac51865d5d9bbaa23f6afcc2e6a6db5e9b1.zip
MFH: r4048172015Q4
Fix `make fetch' after r386941. 0.5.7 is a bzipped tarball, not a gzipped one. Switch to USES=tar:bzip2 and regenerate distinfo. Approved by: portmgr blanket
Notes
Notes: svn path=/branches/2015Q4/; revision=404819
Diffstat (limited to 'audio/liblscp/Makefile')
-rw-r--r--audio/liblscp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/liblscp/Makefile b/audio/liblscp/Makefile
index 71ef2515a5a1..5e0d7b0e3478 100644
--- a/audio/liblscp/Makefile
+++ b/audio/liblscp/Makefile
@@ -13,7 +13,7 @@ COMMENT= Wrapper around the LSCP network protocol
LICENSE= LGPL21 # (or later)
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= libtool pathfix
+USES= libtool pathfix tar:bzip2
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes