summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2020-12-10 19:54:33 +0000
committerbsiegert <bsiegert@pkgsrc.org>2020-12-10 19:54:33 +0000
commite85b74af9779f791cb0c1d47f007cf71d9050ab3 (patch)
tree111146018edd6720abee07db236538f3281cc18e
parent3280e4e4d3976ef789ab23c85574ac69d3a13b39 (diff)
downloadpkgsrc-e85b74af9779f791cb0c1d47f007cf71d9050ab3.tar.gz
Pullup ticket #6369 - requested by riastradh
www/firefox78: build fix (via patch) Add build dependency to expat Python module.
-rw-r--r--www/firefox78/mozilla-common.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/firefox78/mozilla-common.mk b/www/firefox78/mozilla-common.mk
index de4f5045908..5e8aab3ca6f 100644
--- a/www/firefox78/mozilla-common.mk
+++ b/www/firefox78/mozilla-common.mk
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.1 2020/07/30 08:09:28 nia Exp $
+# $NetBSD: mozilla-common.mk,v 1.1.2.1 2020/12/10 19:54:33 bsiegert Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -47,8 +47,10 @@ TOOL_DEPENDS+= nodejs-[0-9]*:../../lang/nodejs
# Depend on Python3 sqlite3 module.
.if !empty(PYTHON_VERSION_DEFAULT:M3[6789])
BUILD_DEPENDS+= py${PYTHON_VERSION_DEFAULT}-sqlite3-[0-9]*:../../databases/py-sqlite3
+BUILD_DEPENDS+= py${PYTHON_VERSION_DEFAULT}-expat-[0-9]*:../../textproc/py-expat
.else
BUILD_DEPENDS+= py37-sqlite3-[0-9]*:../../databases/py-sqlite3
+BUILD_DEPENDS+= py37-expat-[0-9]*:../../textproc/py-expat
.endif
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
TOOL_DEPENDS+= nasm>=2.14:../../devel/nasm