summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-08-24 07:14:28 +0000
committerrillig <rillig@pkgsrc.org>2007-08-24 07:14:28 +0000
commit3eba055a93554c36fedba3fa2f2b189a28408eb5 (patch)
tree18bfdbb3bf715b192ef49d51192c95b3ef41ae52 /lang
parent8e4f54e5cce71299073a4a9631914bce4c4561e0 (diff)
downloadpkgsrc-3eba055a93554c36fedba3fa2f2b189a28408eb5.tar.gz
Added PYTHON to ALL_ENV, since otherwise many packages may be confused
by other Python installations.
Diffstat (limited to 'lang')
-rw-r--r--lang/python/pyversion.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/python/pyversion.mk b/lang/python/pyversion.mk
index 6e2909ba352..0ea8b3189d4 100644
--- a/lang/python/pyversion.mk
+++ b/lang/python/pyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.46 2007/01/07 01:04:22 rillig Exp $
+# $NetBSD: pyversion.mk,v 1.47 2007/08/24 07:14:28 rillig Exp $
# This file determines which Python version is used as a dependency for
# a package.
@@ -183,4 +183,6 @@ PRINT_PLIST_AWK+= /^(@dirrm )?${PYLIB:S|/|\\/|g}/ \
print; next; }
.endif
+ALL_ENV+= PYTHON=${PYTHONBIN}
+
.endif # PYTHON_PYVERSION_MK