pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/cliqz
Module Name: pkgsrc
Committed By: fox
Date: Sat Jun 8 00:56:22 UTC 2019
Modified Files:
pkgsrc/www/cliqz: Makefile
Log Message:
cliqz: Fixed build failures.
1. Added a missing build dependency, devel/nasm.
2. Bump PKGREVISION
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/cliqz/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/cliqz/Makefile
diff -u pkgsrc/www/cliqz/Makefile:1.9 pkgsrc/www/cliqz/Makefile:1.10
--- pkgsrc/www/cliqz/Makefile:1.9 Fri Jun 7 01:19:07 2019
+++ pkgsrc/www/cliqz/Makefile Sat Jun 8 00:56:22 2019
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2019/06/07 01:19:07 fox Exp $
+# $NetBSD: Makefile,v 1.10 2019/06/08 00:56:22 fox Exp $
DISTNAME= cliqz-1.27.0
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GITHUB:=cliqz-oss/}
GITHUB_PROJECT= browser-f
@@ -46,6 +47,7 @@ TOOL_DEPENDS+= cbindgen>=0.8.2:../../d
TOOL_DEPENDS+= nodejs-[0-9]*:../../lang/nodejs
BUILD_DEPENDS+= yasm>=1.1:../../devel/yasm
+BUILD_DEPENDS+= nasm-[0-9]*:../../devel/nasm
WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${PKGVERSION_NOREV}
Home |
Main Index |
Thread Index |
Old Index