Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/firefox firefox: Use TOOL_DEPENDS
details: https://anonhg.NetBSD.org/pkgsrc/rev/dc6593e54ed3
branches: trunk
changeset: 430990:dc6593e54ed3
user: nia <nia%pkgsrc.org@localhost>
date: Thu May 07 10:14:16 2020 +0000
description:
firefox: Use TOOL_DEPENDS
diffstat:
www/firefox/mozilla-common.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 236850c1cb76 -r dc6593e54ed3 www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk Thu May 07 09:29:04 2020 +0000
+++ b/www/firefox/mozilla-common.mk Thu May 07 10:14:16 2020 +0000
@@ -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+= 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