diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-12-27 20:20:41 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-12-27 20:20:41 +0800 |
commit | 34294c5c3b02bb792d6f2806cd2aaa065c0f525b (patch) | |
tree | 26de5254902fb1fa725c5b9bcd0e6ab43fb0b0b1 /multimedia | |
parent | 4deec5470a6fbcecd56afd385cd2308cc12f48de (diff) | |
download | freebsd-ports-gnome-34294c5c3b02bb792d6f2806cd2aaa065c0f525b.tar.gz freebsd-ports-gnome-34294c5c3b02bb792d6f2806cd2aaa065c0f525b.tar.zst freebsd-ports-gnome-34294c5c3b02bb792d6f2806cd2aaa065c0f525b.zip |
- Remove bogus (in presence of USE_GITHUB) USES=tar*
- While here, minor cosmetic and license fixes
Approved by: portmgr blanket
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libvpx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/libvpx/Makefile b/multimedia/libvpx/Makefile index 3cbdb9c0cced..32b55fe6dc16 100644 --- a/multimedia/libvpx/Makefile +++ b/multimedia/libvpx/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= yasm:devel/yasm USE_GITHUB= yes GH_ACCOUNT= webmproject -USES= compiler:c11 cpe gmake perl5 shebangfix tar:bzip2 +USES= compiler:c11 cpe gmake perl5 shebangfix CPE_VENDOR= john_koleszar HAS_CONFIGURE= yes USE_PERL5= build |