summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2019-05-02 22:06:15 +0000
committerwiz <wiz@pkgsrc.org>2019-05-02 22:06:15 +0000
commit8d57f7ad4507dee2ff83ba1ca39c42cd928e5899 (patch)
treed6cc825f087f734b3f1cbc425a9b745e182459c5 /lang/python
parent72afae0bd6dee1a937e29ee6a0540d8a913e268e (diff)
downloadpkgsrc-8d57f7ad4507dee2ff83ba1ca39c42cd928e5899.tar.gz
python: Remove reference to python-3.4.
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/extension.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/extension.mk b/lang/python/extension.mk
index 87385992f5b..473c7e2a54a 100644
--- a/lang/python/extension.mk
+++ b/lang/python/extension.mk
@@ -1,4 +1,4 @@
-# $NetBSD: extension.mk,v 1.55 2018/12/14 13:09:10 adam Exp $
+# $NetBSD: extension.mk,v 1.56 2019/05/02 22:06:15 wiz Exp $
.include "../../lang/python/pyversion.mk"
@@ -18,7 +18,7 @@ PYSETUP?= setup.py
PYSETUPBUILDTARGET?= build
PYSETUPBUILDARGS?= # empty
# Python 3.5+ supports parallel building
-. if defined(MAKE_JOBS) && ${_PYTHON_VERSION} != 27 && ${_PYTHON_VERSION} != 34
+. if defined(MAKE_JOBS) && ${_PYTHON_VERSION} != 27
. if !defined(MAKE_JOBS_SAFE) || empty(MAKE_JOBS_SAFE:M[nN][oO])
PYSETUPBUILDARGS+= -j${MAKE_JOBS}
. endif