pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/firefox78



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Nov 16 20:21:30 UTC 2020

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

Log Message:
firefox78: Needs py-expat to build (sometimes?)

Reported by Riastradh


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/firefox78/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/firefox78/mozilla-common.mk
diff -u pkgsrc/www/firefox78/mozilla-common.mk:1.5 pkgsrc/www/firefox78/mozilla-common.mk:1.6
--- pkgsrc/www/firefox78/mozilla-common.mk:1.5  Thu Nov 12 10:03:24 2020
+++ pkgsrc/www/firefox78/mozilla-common.mk      Mon Nov 16 20:21:29 2020
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.5 2020/11/12 10:03:24 nia Exp $
+# $NetBSD: mozilla-common.mk,v 1.6 2020/11/16 20:21:29 nia Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -25,6 +25,7 @@ TOOL_DEPENDS+=                nodejs-[0-9]*:../../lang
 .endif
 
 TOOL_DEPENDS+=         ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
+TOOL_DEPENDS+=         ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 
 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
 TOOL_DEPENDS+=         nasm>=2.14:../../devel/nasm



Home | Main Index | Thread Index | Old Index