Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Apr 2020 23:04:55 +0000 (UTC)
From:      Santhosh Raju <fox@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r531982 - head/www/cliqz
Message-ID:  <202004172304.03HN4tgR008368@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fox
Date: Fri Apr 17 23:04:54 2020
New Revision: 531982
URL: https://svnweb.freebsd.org/changeset/ports/531982

Log:
  www/cliqz: Adds libvpx to LIB_DEPDENDS to prevent runtime breakages.
  
  Reported by:	jbeich

Modified:
  head/www/cliqz/Makefile

Modified: head/www/cliqz/Makefile
==============================================================================
--- head/www/cliqz/Makefile	Fri Apr 17 22:59:56 2020	(r531981)
+++ head/www/cliqz/Makefile	Fri Apr 17 23:04:54 2020	(r531982)
@@ -32,7 +32,8 @@ LIB_DEPENDS=	libdbus-1.so:devel/dbus \
 		libnspr4.so:devel/nspr \
 		libnssutil3.so:security/nss \
 		libplc4.so:devel/nspr \
-		libplds4.so:devel/nspr
+		libplds4.so:devel/nspr \
+		libvpx.so:multimedia/libvpx
 
 BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/xt.pc:x11-toolkits/libXt \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
@@ -100,7 +101,7 @@ MOZ_CONFIGURE_ARGS+=	"--disable-crashreporter" \
 			"--disable-tests" \
 			"--disable-updater" \
 			"--with-system-libvpx" \
-			"--libclang-path=${LOCALBASE}/llvm${LLVM_DEFAULT}/lib" 
+			"--libclang-path=${LOCALBASE}/llvm${LLVM_DEFAULT}/lib"
 
 .include "${.CURDIR}/Makefile.options"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004172304.03HN4tgR008368>