summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-02-09 22:55:16 +0000
committerjoerg <joerg@pkgsrc.org>2010-02-09 22:55:16 +0000
commitdad1b96dbcf1d0076668d863b50e4e7ccdc0c98a (patch)
tree0d77a3bc2cdc2ea2f9c857956ea2f5f4806553e4 /lang
parent724d316143ff6cc8eb8cd0e4908b4ac2869e72ce (diff)
downloadpkgsrc-dad1b96dbcf1d0076668d863b50e4e7ccdc0c98a.tar.gz
Add PYTHONCONFIG similar to PYTHONBIN.
Diffstat (limited to 'lang')
-rw-r--r--lang/python/pyversion.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python/pyversion.mk b/lang/python/pyversion.mk
index fca1b5b7992..dbd07fc939b 100644
--- a/lang/python/pyversion.mk
+++ b/lang/python/pyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.77 2009/09/25 13:42:26 tron Exp $
+# $NetBSD: pyversion.mk,v 1.78 2010/02/09 22:55:16 joerg Exp $
# This file determines which Python version is used as a dependency for
# a package.
@@ -153,6 +153,7 @@ BUILDLINK_DEPMETHOD.python?= build
.endif
PYTHONBIN= ${LOCALBASE}/bin/python${PYVERSSUFFIX}
+PYTHONCONFIG= ${LOCALBASE}/bin/python${PYVERSSUFFIX}-config
PY_COMPILE_ALL= \
${PYTHONBIN} ${PREFIX}/lib/python${PYVERSSUFFIX}/compileall.py -q
PY_COMPILE_O_ALL= \