diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2020-02-13 04:36:02 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2020-02-13 04:36:02 +0000 |
commit | b71fc549ee44d7eab71e797611e3d4a2dab915b0 (patch) | |
tree | 512cdb5f27f8a8b6d9633f7bb73a0c4f1741fcc4 /www/firefox | |
parent | 067416a700c4521a1c882375383f58a6f5a4a1d9 (diff) | |
download | pkgsrc-b71fc549ee44d7eab71e797611e3d4a2dab915b0.tar.gz |
firefox: as of version 73, cbindgen >= 0.12.0 is required
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/mozilla-common.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox/mozilla-common.mk b/www/firefox/mozilla-common.mk index 25dd5684d60..a1f8f3c1767 100644 --- a/www/firefox/mozilla-common.mk +++ b/www/firefox/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.150 2020/02/13 04:07:20 gutteridge Exp $ +# $NetBSD: mozilla-common.mk,v 1.151 2020/02/13 04:36:02 gutteridge Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -23,7 +23,7 @@ USE_TOOLS+= pkg-config perl gmake autoconf213 unzip zip USE_LANGUAGES+= c99 gnu++14 UNLIMIT_RESOURCES+= datasize -TOOL_DEPENDS+= cbindgen>=0.9.1:../../devel/cbindgen +TOOL_DEPENDS+= cbindgen>=0.12.0:../../devel/cbindgen .if ${MACHINE_ARCH} == "sparc64" CONFIGURE_ARGS+= --disable-nodejs .else |