diff options
Diffstat (limited to 'devel/py-kjbuckets/files/patch-aa')
-rw-r--r-- | devel/py-kjbuckets/files/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-kjbuckets/files/patch-aa b/devel/py-kjbuckets/files/patch-aa index 9739c96790ce..158f49a0c731 100644 --- a/devel/py-kjbuckets/files/patch-aa +++ b/devel/py-kjbuckets/files/patch-aa @@ -13,8 +13,8 @@ -srcdir= /usr/local/include/python1.4 -cfgdir= /usr/local/lib/python1.4/config -#objdir= /big/arw/Python-1.3/Objects -+srcdir= ${PREFIX}/include/python1.5 -+cfgdir= ${PREFIX}/lib/python1.5/config ++srcdir= ${PREFIX}/include/${PYTHON_VERSION} ++cfgdir= ${PREFIX}/lib/${PYTHON_VERSION}/config # Compiler flags -OPT= -g |