summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authorsnj <snj>2008-11-29 19:30:33 +0000
committersnj <snj>2008-11-29 19:30:33 +0000
commit18100fa0098566b6704e67c5660dbbdfd89c6fcb (patch)
treea9f274ae69d550e15b2393b5bca97a691b94194a /lang/python
parent9720473a145fd224f7a929f468c4c93f1e54fb75 (diff)
downloadpkgsrc-18100fa0098566b6704e67c5660dbbdfd89c6fcb.tar.gz
Remove one last python15 bit.
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/pyversion.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/pyversion.mk b/lang/python/pyversion.mk
index a475f4e3fb3..594562ca6eb 100644
--- a/lang/python/pyversion.mk
+++ b/lang/python/pyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.60 2008/11/29 18:52:22 snj Exp $
+# $NetBSD: pyversion.mk,v 1.61 2008/11/29 19:30:33 snj Exp $
# This file determines which Python version is used as a dependency for
# a package.
@@ -154,7 +154,7 @@ BUILDLINK_DEPMETHOD.python?= build
PYTHONBIN= ${LOCALBASE}/bin/python${PYVERSSUFFIX}
-.if exists(${PYTHONBIN}) && !defined(PYTHON_DISTUTILS_BOOTSTRAP)
+.if exists(${PYTHONBIN})
PYINC!= ${PYTHONBIN} -c "import distutils.sysconfig; \
print distutils.sysconfig.get_python_inc(0, \"\")" || ${ECHO} ""
PYLIB!= ${PYTHONBIN} -c "import distutils.sysconfig; \