pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0a4ee7d17129
branches:  trunk
changeset: 443801:0a4ee7d17129
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Dec 23 08:19:30 2020 +0000

description:
seamonkey: Make py-expat dependency explicit

diffstat:

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

diffs (17 lines):

diff -r 096e7b5d9b36 -r 0a4ee7d17129 www/seamonkey/mozilla-common.mk
--- a/www/seamonkey/mozilla-common.mk   Wed Dec 23 08:07:59 2020 +0000
+++ b/www/seamonkey/mozilla-common.mk   Wed Dec 23 08:19:30 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.5 2020/12/22 13:34:25 nia Exp $
+# $NetBSD: mozilla-common.mk,v 1.6 2020/12/23 08:19:30 nia Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -17,6 +17,7 @@
 # Python 2.7 and Python 3.6 or later are required simultaneously.
 PYTHON_VERSIONS_ACCEPTED=      27
 PYTHON_FOR_BUILD_ONLY=         tool
+TOOL_DEPENDS+=                 ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 .if !empty(PYTHON_VERSION_DEFAULT:M3[6789])
 TOOL_DEPENDS+=                 python${PYTHON_VERSION_DEFAULT}-[0-9]*:../../lang/python${PYTHON_VERSION_DEFAULT}
 ALL_ENV+=                      PYTHON3=${PREFIX}/bin/python${PYTHON_VERSION_DEFAULT:S/3/3./}



Home | Main Index | Thread Index | Old Index