pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/seamonkey seamonkey: update Python 3 tool dependency
details: https://anonhg.NetBSD.org/pkgsrc/rev/08692566b99b
branches: trunk
changeset: 387811:08692566b99b
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Tue Nov 08 00:36:56 2022 +0000
description:
seamonkey: update Python 3 tool dependency
diffstat:
www/seamonkey/mozilla-common.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (25 lines):
diff -r dd78735f0a4a -r 08692566b99b www/seamonkey/mozilla-common.mk
--- a/www/seamonkey/mozilla-common.mk Tue Nov 08 00:35:13 2022 +0000
+++ b/www/seamonkey/mozilla-common.mk Tue Nov 08 00:36:56 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.14 2022/09/08 20:27:32 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.15 2022/11/08 00:36:56 gutteridge Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -14,13 +14,13 @@
.include "../../mk/bsd.prefs.mk"
-# Python 2.7 and Python 3.6 or later are required simultaneously.
+# Python 2.7 and Python 3.8 or later are required simultaneously.
PYTHON_VERSIONS_ACCEPTED= 27
PYTHON_FOR_BUILD_ONLY= tool
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]) || !empty(PYTHON_VERSION_DEFAULT:M310)
+.if !empty(PYTHON_VERSION_DEFAULT:M3[89]) || !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