diff options
author | joerg <joerg> | 2010-02-09 22:55:16 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-02-09 22:55:16 +0000 |
commit | 2660509eb2597ac8c64340be77c3ff8a80df3731 (patch) | |
tree | 0d77a3bc2cdc2ea2f9c857956ea2f5f4806553e4 /lang/python | |
parent | ad689a5371b7b2296f3727a580d1d103f6489b17 (diff) | |
download | pkgsrc-2660509eb2597ac8c64340be77c3ff8a80df3731.tar.gz |
Add PYTHONCONFIG similar to PYTHONBIN.
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/pyversion.mk | 3 |
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= \ |