summaryrefslogtreecommitdiff
path: root/www/firefox
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2020-04-10 09:21:35 +0000
committerryoon <ryoon@pkgsrc.org>2020-04-10 09:21:35 +0000
commita24b78fa7f0727b384863744b4cdf02aa405d7f1 (patch)
treed8b4b7ca48d1f34a409b7e71d0ac9cdc517aebf2 /www/firefox
parent2827f100b905ab55ca4d872351c40f7dfa6e5624 (diff)
downloadpkgsrc-a24b78fa7f0727b384863744b4cdf02aa405d7f1.tar.gz
firefox: 75.0 requires devel/cbindgen-0.13.1 or later
Diffstat (limited to 'www/firefox')
-rw-r--r--www/firefox/mozilla-common.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox/mozilla-common.mk b/www/firefox/mozilla-common.mk
index 17ff3c1f01a..50794389059 100644
--- a/www/firefox/mozilla-common.mk
+++ b/www/firefox/mozilla-common.mk
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.161 2020/04/09 22:42:12 gutteridge Exp $
+# $NetBSD: mozilla-common.mk,v 1.162 2020/04/10 09:21:35 ryoon Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -24,7 +24,7 @@ USE_TOOLS+= pkg-config perl gmake autoconf213 unzip zip
USE_LANGUAGES+= c99 c++
UNLIMIT_RESOURCES+= datasize virtualsize
-TOOL_DEPENDS+= cbindgen>=0.13.0:../../devel/cbindgen
+TOOL_DEPENDS+= cbindgen>=0.13.1:../../devel/cbindgen
.if ${MACHINE_ARCH} == "sparc64"
CONFIGURE_ARGS+= --disable-nodejs
.else