Date: Fri, 6 Jun 2014 11:12:47 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356766 - head/multimedia/libvpx Message-ID: <201406061112.s56BClCH074845@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406061112.s56BClCH074845>