pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox Fix Python 3.8 case, not tested yet



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8f3a15afd4a2
branches:  trunk
changeset: 416004:8f3a15afd4a2
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Fri Oct 18 10:12:08 2019 +0000

description:
Fix Python 3.8 case, not tested yet

diffstat:

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

diffs (18 lines):

diff -r bec2b427465b -r 8f3a15afd4a2 www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk     Fri Oct 18 10:00:00 2019 +0000
+++ b/www/firefox/mozilla-common.mk     Fri Oct 18 10:12:08 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.138 2019/09/11 14:19:08 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.139 2019/10/18 10:12:08 ryoon Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -9,7 +9,7 @@
 # Python 2.7 and Python 3.6 or later are required simultaneously.
 PYTHON_VERSIONS_ACCEPTED=      27
 PYTHON_FOR_BUILD_ONLY=         tool
-.if !empty(PYTHON_VERSION_DEFAULT:M37) || !empty(PYTHON_VERSION_DEFAULT:M36)
+.if !empty(PYTHON_VERSION_DEFAULT:M3[6789])
 TOOL_DEPENDS+=         python${PYTHON_VERSION_DEFAULT}-[0-9]*:../../lang/python${PYTHON_VERSION_DEFAULT}
 ALL_ENV+=      PYTHON3=${LOCALBASE}/bin/python${PYTHON_VERSION_DEFAULT:S/3/3./}
 .else



Home | Main Index | Thread Index | Old Index