diff options
author | madpilot <madpilot@FreeBSD.org> | 2014-06-18 16:35:53 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2014-06-18 16:35:53 +0800 |
commit | 18b2f4fe337b952beaddf51ceced265cfe1fc6b2 (patch) | |
tree | 566ee5d8b473f0608fd79908c3396f4a48aa7de8 | |
parent | a5e32530694ea1d4671ba778cebe38e432e82228 (diff) | |
download | freebsd-ports-gnome-18b2f4fe337b952beaddf51ceced265cfe1fc6b2.tar.gz freebsd-ports-gnome-18b2f4fe337b952beaddf51ceced265cfe1fc6b2.tar.zst freebsd-ports-gnome-18b2f4fe337b952beaddf51ceced265cfe1fc6b2.zip |
Convert to USES=tar:xz
PR: 191140
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
-rw-r--r-- | multimedia/libvdpau/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/libvdpau/Makefile b/multimedia/libvdpau/Makefile index ccb1f9cb4509..a65ec30578d3 100644 --- a/multimedia/libvdpau/Makefile +++ b/multimedia/libvdpau/Makefile @@ -12,8 +12,7 @@ COMMENT= VDPAU wrapper and tracing library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= libtool:keepla pkgconfig -USE_XZ= yes +USES= libtool:keepla pkgconfig tar:xz USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize ACLOCAL_ARGS= -I. AUTOMAKE_ARGS= --add-missing |