pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/seamonkey www/seamonkey: accept python310 as well ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/96d63348a271
branches:  trunk
changeset: 381714:96d63348a271
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Mon Jul 11 22:36:36 2022 +0000

description:
www/seamonkey: accept python310 as well as python3[6789]

diffstat:

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

diffs (18 lines):

diff -r 568475062b9a -r 96d63348a271 www/seamonkey/mozilla-common.mk
--- a/www/seamonkey/mozilla-common.mk   Mon Jul 11 22:04:16 2022 +0000
+++ b/www/seamonkey/mozilla-common.mk   Mon Jul 11 22:36:36 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.12 2022/05/15 00:37:26 dholland Exp $
+# $NetBSD: mozilla-common.mk,v 1.13 2022/07/11 22:36:36 dholland Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -20,7 +20,7 @@
 TOOL_DEPENDS+=                 ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 # Include pyversion.mk after setting PYTHON_* but before testing the default.
 .include "../../lang/python/pyversion.mk"
-.if !empty(PYTHON_VERSION_DEFAULT:M3[6789])
+.if !empty(PYTHON_VERSION_DEFAULT:M3[6789]) || !empty(PYTHON_VERSION_DEFAULT:M310)
 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./}
 .else



Home | Main Index | Thread Index | Old Index