Date: Mon, 13 Nov 2017 22:22:04 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454153 - head/multimedia/libvpx Message-ID: <201711132222.vADMM46K074307@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Mon Nov 13 22:22:03 2017 New Revision: 454153 URL: https://svnweb.freebsd.org/changeset/ports/454153 Log: multimedia/libvpx: use nasm by default, following ffmpeg Modified: head/multimedia/libvpx/Makefile (contents, props changed) Modified: head/multimedia/libvpx/Makefile ============================================================================== --- head/multimedia/libvpx/Makefile Mon Nov 13 22:21:47 2017 (r454152) +++ head/multimedia/libvpx/Makefile Mon Nov 13 22:22:03 2017 (r454153) @@ -13,7 +13,7 @@ COMMENT= VP8/VP9 Codec SDK LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= yasm:devel/yasm +BUILD_DEPENDS= nasm:devel/nasm USE_GITHUB= yes GH_ACCOUNT= webmproject
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711132222.vADMM46K074307>