pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox52 firefox52: Make py-expat dependency expl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6cb47fc33da8
branches:  trunk
changeset: 443802:6cb47fc33da8
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Dec 23 08:20:04 2020 +0000

description:
firefox52: Make py-expat dependency explicit

diffstat:

 www/firefox52/mozilla-common.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0a4ee7d17129 -r 6cb47fc33da8 www/firefox52/mozilla-common.mk
--- a/www/firefox52/mozilla-common.mk   Wed Dec 23 08:19:30 2020 +0000
+++ b/www/firefox52/mozilla-common.mk   Wed Dec 23 08:20:04 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.11 2020/12/22 14:34:11 nia Exp $
+# $NetBSD: mozilla-common.mk,v 1.12 2020/12/23 08:20:04 nia Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -138,6 +138,7 @@
 
 PYTHON_VERSIONS_ACCEPTED=      27
 PYTHON_FOR_BUILD_ONLY=         tool
+TOOL_DEPENDS+=                 ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 
 .include "../../archivers/bzip2/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libevent+=       libevent>=1.1



Home | Main Index | Thread Index | Old Index