pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/firefox
Module Name: pkgsrc
Committed By: ryoon
Date: Fri Apr 10 09:21:35 UTC 2020
Modified Files:
pkgsrc/www/firefox: mozilla-common.mk
Log Message:
firefox: 75.0 requires devel/cbindgen-0.13.1 or later
To generate a diff of this commit:
cvs rdiff -u -r1.161 -r1.162 pkgsrc/www/firefox/mozilla-common.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/firefox/mozilla-common.mk
diff -u pkgsrc/www/firefox/mozilla-common.mk:1.161 pkgsrc/www/firefox/mozilla-common.mk:1.162
--- pkgsrc/www/firefox/mozilla-common.mk:1.161 Thu Apr 9 22:42:12 2020
+++ pkgsrc/www/firefox/mozilla-common.mk Fri Apr 10 09:21:35 2020
@@ -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 autoc
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
Home |
Main Index |
Thread Index |
Old Index