pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/python Remove one last python15 bit.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6259bfa44911
branches: trunk
changeset: 550810:6259bfa44911
user: snj <snj%pkgsrc.org@localhost>
date: Sat Nov 29 19:30:33 2008 +0000
description:
Remove one last python15 bit.
diffstat:
lang/python/pyversion.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 623a7b1e2e00 -r 6259bfa44911 lang/python/pyversion.mk
--- a/lang/python/pyversion.mk Sat Nov 29 19:26:38 2008 +0000
+++ b/lang/python/pyversion.mk Sat Nov 29 19:30:33 2008 +0000
@@ -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 @@
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; \
Home |
Main Index |
Thread Index |
Old Index