pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/python Added PYTHON to ALL_ENV, since otherwise m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/48fd586aa516
branches:  trunk
changeset: 532598:48fd586aa516
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Aug 24 07:14:28 2007 +0000

description:
Added PYTHON to ALL_ENV, since otherwise many packages may be confused
by other Python installations.

diffstat:

 lang/python/pyversion.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r fbad64a3a4c1 -r 48fd586aa516 lang/python/pyversion.mk
--- a/lang/python/pyversion.mk  Fri Aug 24 06:32:41 2007 +0000
+++ b/lang/python/pyversion.mk  Fri Aug 24 07:14:28 2007 +0000
@@ -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; next; }
 .endif
 
+ALL_ENV+=      PYTHON=${PYTHONBIN}
+
 .endif # PYTHON_PYVERSION_MK



Home | Main Index | Thread Index | Old Index