svn commit: r356766 - head/multimedia/libvpx

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jun 6 11:12:47 UTC 2014


Author: amdmi3
Date: Fri Jun  6 11:12:46 2014
New Revision: 356766
URL: http://svnweb.freebsd.org/changeset/ports/356766
QAT: https://qat.redports.org/buildarchive/r356766/

Log:
  - Convert USE_BZIP2 to USES
  - Clarify LICENSE
  
  Approved by:	portmgr blanket

Modified:
  head/multimedia/libvpx/Makefile

Modified: head/multimedia/libvpx/Makefile
==============================================================================
--- head/multimedia/libvpx/Makefile	Fri Jun  6 11:06:52 2014	(r356765)
+++ head/multimedia/libvpx/Makefile	Fri Jun  6 11:12:46 2014	(r356766)
@@ -10,14 +10,13 @@ DISTNAME=	${PORTNAME}_${DISTVERSION}.ori
 MAINTAINER=	ashish at FreeBSD.org
 COMMENT=	VP8/VP9 Codec SDK
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash \
 		yasm:${PORTSDIR}/devel/yasm
 
-USES=		gmake perl5
-USE_BZIP2=	yes
+USES=		gmake perl5 tar:bzip2
 HAS_CONFIGURE=	yes
 USE_PERL5=	build
 USE_LDCONFIG=	yes


More information about the svn-ports-head mailing list