pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/python Some packages play with PYPKGPREFIX, even ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ae527edca1d7
branches:  trunk
changeset: 598654:ae527edca1d7
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Jan 28 12:14:08 2012 +0000

description:
Some packages play with PYPKGPREFIX, even if no valid Python version can
be found, so provide it.

diffstat:

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

diffs (17 lines):

diff -r bf19ac7abc03 -r ae527edca1d7 lang/python/pyversion.mk
--- a/lang/python/pyversion.mk  Sat Jan 28 11:59:06 2012 +0000
+++ b/lang/python/pyversion.mk  Sat Jan 28 12:14:08 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.92 2011/12/03 00:02:15 joerg Exp $
+# $NetBSD: pyversion.mk,v 1.93 2012/01/28 12:14:08 joerg Exp $
 
 # This file determines which Python version is used as a dependency for
 # a package.
@@ -172,6 +172,7 @@
 .else
 PKG_FAIL_REASON+=   "No valid Python version"
 PYDISTUTILS_CREATES_EGGFILES=  no
+PYPKGPREFIX=
 .endif
 
 PTHREAD_OPTS+= require



Home | Main Index | Thread Index | Old Index