Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/firefox firefox: now depends on nasm >= 2.14



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2d2a3df59fe4
branches:  trunk
changeset: 431615:2d2a3df59fe4
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Fri May 15 06:59:25 2020 +0000

description:
firefox: now depends on nasm >= 2.14

diffstat:

 www/firefox/mozilla-common.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 22b8a4ce2974 -r 2d2a3df59fe4 www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk     Fri May 15 06:02:55 2020 +0000
+++ b/www/firefox/mozilla-common.mk     Fri May 15 06:59:25 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.166 2020/05/07 10:14:16 nia Exp $
+# $NetBSD: mozilla-common.mk,v 1.167 2020/05/15 06:59:25 gutteridge Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -51,7 +51,7 @@
 BUILD_DEPENDS+=                py37-sqlite3-[0-9]*:../../databases/py-sqlite3
 .endif
 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
-TOOL_DEPENDS+=         nasm>=1.1:../../devel/nasm
+TOOL_DEPENDS+=         nasm>=2.14:../../devel/nasm
 TOOL_DEPENDS+=         yasm>=1.1:../../devel/yasm
 .endif
 



Home | Main Index | Thread Index | Old Index