diff options
| -rw-r--r-- | graphics/blender-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/blender-devel/Makefile b/graphics/blender-devel/Makefile index 572e5ba9262e..22050a1017bc 100644 --- a/graphics/blender-devel/Makefile +++ b/graphics/blender-devel/Makefile @@ -60,6 +60,7 @@ post-patch: @${REINPLACE_CMD} -e \ 's|WITH_ICONV=true|WITH_ICONV=false|; \ s|NAN_PYTHON=.*|NAN_PYTHON=${LOCALBASE}|; \ + s|2.4|${PYTHON_VER}|; \ s|NAN_JPEG=.*|NAN_JPEG=${LOCALBASE}|; \ s|NAN_OPENEXR=.*|NAN_OPENEXR=${LOCALBASE}|; \ s|NAN_PNG=.*|NAN_PNG=${LOCALBASE}|' \ |
