diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-03-14 18:04:04 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-03-14 18:04:04 +0800 |
commit | 92b642a2cea0f05111cdf035805de3e0bcc80545 (patch) | |
tree | 0097493a78c4818f7d33e7d04af605ed120e4478 /multimedia | |
parent | 5cb2b32341852302251f36a36698bafaf677afaf (diff) | |
download | freebsd-ports-gnome-92b642a2cea0f05111cdf035805de3e0bcc80545.tar.gz freebsd-ports-gnome-92b642a2cea0f05111cdf035805de3e0bcc80545.tar.zst freebsd-ports-gnome-92b642a2cea0f05111cdf035805de3e0bcc80545.zip |
- Use USES=tar:xz
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libquvi-scripts/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/libquvi-scripts/Makefile b/multimedia/libquvi-scripts/Makefile index a087af7422c7..cbc5378ae8b2 100644 --- a/multimedia/libquvi-scripts/Makefile +++ b/multimedia/libquvi-scripts/Makefile @@ -20,8 +20,7 @@ OPTIONS_SUB= yes NSFW_DESC= Enable adult website support GNU_CONFIGURE= yes -USE_XZ= yes -USES= pathfix +USES= pathfix tar:xz PROJECTHOST= quvi |