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: nia
Date: Thu May 7 10:14:16 UTC 2020
Modified Files:
pkgsrc/www/firefox: mozilla-common.mk
Log Message:
firefox: Use TOOL_DEPENDS
To generate a diff of this commit:
cvs rdiff -u -r1.165 -r1.166 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.165 pkgsrc/www/firefox/mozilla-common.mk:1.166
--- pkgsrc/www/firefox/mozilla-common.mk:1.165 Wed May 6 02:52:10 2020
+++ pkgsrc/www/firefox/mozilla-common.mk Thu May 7 10:14:16 2020
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.165 2020/05/06 02:52:10 gutteridge Exp $
+# $NetBSD: mozilla-common.mk,v 1.166 2020/05/07 10:14:16 nia Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -51,8 +51,8 @@ BUILD_DEPENDS+= py${PYTHON_VERSION_DEFA
BUILD_DEPENDS+= py37-sqlite3-[0-9]*:../../databases/py-sqlite3
.endif
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
-BUILD_DEPENDS+= nasm>=1.1:../../devel/nasm
-BUILD_DEPENDS+= yasm>=1.1:../../devel/yasm
+TOOL_DEPENDS+= nasm>=1.1:../../devel/nasm
+TOOL_DEPENDS+= yasm>=1.1:../../devel/yasm
.endif
# For rustc/cargo detection
Home |
Main Index |
Thread Index |
Old Index