pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/firefox68
Module Name: pkgsrc
Committed By: ryoon
Date: Mon Nov 18 12:08:10 UTC 2019
Modified Files:
pkgsrc/www/firefox68: mozilla-common.mk
Log Message:
Support Python 3.8
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/firefox68/mozilla-common.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/firefox68/mozilla-common.mk
diff -u pkgsrc/www/firefox68/mozilla-common.mk:1.3 pkgsrc/www/firefox68/mozilla-common.mk:1.4
--- pkgsrc/www/firefox68/mozilla-common.mk:1.3 Sat Nov 9 20:01:15 2019
+++ pkgsrc/www/firefox68/mozilla-common.mk Mon Nov 18 12:08:10 2019
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.3 2019/11/09 20:01:15 jperkin Exp $
+# $NetBSD: mozilla-common.mk,v 1.4 2019/11/18 12:08:10 ryoon Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -11,7 +11,7 @@ GCC_REQD+= 6.1
# 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