diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-09 00:04:08 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-09 00:04:08 +0800 |
commit | 4c8829cd16f57cbaf0fb5c6261a4f0114a9b491f (patch) | |
tree | 6ecf700478b8de162920eefaf5b50c9906e263cf /multimedia/libdca | |
parent | cb8ea65fd5cb791be6ad953113597badfa73794d (diff) | |
download | freebsd-ports-gnome-4c8829cd16f57cbaf0fb5c6261a4f0114a9b491f.tar.gz freebsd-ports-gnome-4c8829cd16f57cbaf0fb5c6261a4f0114a9b491f.tar.zst freebsd-ports-gnome-4c8829cd16f57cbaf0fb5c6261a4f0114a9b491f.zip |
- Convert USE_BZIP2 to USES
Diffstat (limited to 'multimedia/libdca')
-rw-r--r-- | multimedia/libdca/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/libdca/Makefile b/multimedia/libdca/Makefile index b2d3445f9fc3..dfd3269c35be 100644 --- a/multimedia/libdca/Makefile +++ b/multimedia/libdca/Makefile @@ -9,9 +9,8 @@ MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSIO MAINTAINER= ports@FreeBSD.org COMMENT= Free DTS Coherent Acoustics decoder +USES= tar:bzip2 pkgconfig pathfix GNU_CONFIGURE= yes -USE_BZIP2= yes -USES= pkgconfig pathfix USE_LDCONFIG= yes .include <bsd.port.mk> |