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:   gutteridge
Date:           Fri May 15 06:59:26 UTC 2020

Modified Files:
        pkgsrc/www/firefox: mozilla-common.mk

Log Message:
firefox: now depends on nasm >= 2.14


To generate a diff of this commit:
cvs rdiff -u -r1.166 -r1.167 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.166 pkgsrc/www/firefox/mozilla-common.mk:1.167
--- pkgsrc/www/firefox/mozilla-common.mk:1.166  Thu May  7 10:14:16 2020
+++ pkgsrc/www/firefox/mozilla-common.mk        Fri May 15 06:59:25 2020
@@ -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+=               py${PYTHON_VERSION_DEFA
 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