pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/cliqz www/cliqz: Adds missing tool dependency py-s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/99ea8d6f070e
branches:  trunk
changeset: 344322:99ea8d6f070e
user:      fox <fox%pkgsrc.org@localhost>
date:      Mon Nov 18 11:00:59 2019 +0000

description:
www/cliqz: Adds missing tool dependency py-sqlite3.

- Fixes bulk build breakages.
- Pointed out by <mef> bulk builds.

diffstat:

 www/cliqz/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 4ff10dbb8e5e -r 99ea8d6f070e www/cliqz/Makefile
--- a/www/cliqz/Makefile        Mon Nov 18 10:59:23 2019 +0000
+++ b/www/cliqz/Makefile        Mon Nov 18 11:00:59 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2019/11/17 17:32:23 fox Exp $
+# $NetBSD: Makefile,v 1.27 2019/11/18 11:00:59 fox Exp $
 
 DISTNAME=      cliqz-1.30.0
 CATEGORIES=    www
@@ -12,7 +12,6 @@
 DIST_SUBDIR=   ${PKGNAME_NOREV}
 
 CLIQZ_CHANNEL=         release
-
 # If the PKGVERSION_NOREV is updated, make sure to update the last build id from
 # ftp -Vo - https://repository.cliqz.com/dist/${CLIQZ_CHANNEL}/${PKGVERSION_NOREV}/lastbuildid
 CLIQZ_LAST_BUILD_ID=   20191113183817
@@ -44,6 +43,7 @@
 PYTHON_FOR_BUILD_ONLY=         tool
 TOOL_DEPENDS+=                 cbindgen>=0.8.2:../../devel/cbindgen
 TOOL_DEPENDS+=                 nodejs-[0-9]*:../../lang/nodejs
+TOOL_DEPENDS+=                 ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
 
 BUILD_DEPENDS+=                        yasm>=1.1:../../devel/yasm
 BUILD_DEPENDS+=                        nasm-[0-9]*:../../devel/nasm



Home | Main Index | Thread Index | Old Index