summaryrefslogtreecommitdiff
path: root/www/firefox102
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2022-11-02 20:36:32 +0000
committergutteridge <gutteridge@pkgsrc.org>2022-11-02 20:36:32 +0000
commit6c786deb56f27425ea4dd2f6f4a198a210fbb6cb (patch)
treeb6c20420c5b9ff56064f1edfce02510ef503cdd4 /www/firefox102
parentbc4e1594f41d7d4ad2a5ee332872f390fb4488c2 (diff)
downloadpkgsrc-6c786deb56f27425ea4dd2f6f4a198a210fbb6cb.tar.gz
firefox102: reflect new minimum dependency of cbindgen >= 0.24
We're carrying a patch that will only build with recent cbindgen. Issue noted by Todd Gruhn on pkgsrc-users@.
Diffstat (limited to 'www/firefox102')
-rw-r--r--www/firefox102/mozilla-common.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox102/mozilla-common.mk b/www/firefox102/mozilla-common.mk
index 3b53bb567d7..62b2710f99d 100644
--- a/www/firefox102/mozilla-common.mk
+++ b/www/firefox102/mozilla-common.mk
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.2 2022/08/07 18:08:08 nia Exp $
+# $NetBSD: mozilla-common.mk,v 1.3 2022/11/02 20:36:32 gutteridge Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -20,7 +20,7 @@ USE_LANGUAGES+= c c++
# ERROR: Only GCC 7.1 or newer is supported (found version 5.5.0).
GCC_REQD+= 7
-TOOL_DEPENDS+= cbindgen>=0.23.0:../../devel/cbindgen
+TOOL_DEPENDS+= cbindgen>=0.24.0:../../devel/cbindgen
.if defined(FIREFOX_MAINTAINER) && !defined(MAINTAINER_INTERNAL)
TOOL_DEPENDS+= nodejs-[0-9]*:../../lang/nodejs