--- Makefile 2012-05-16 20:07:24.000000000 +0400 +++ Makefile 2012-11-12 15:59:10.000000000 +0400 @@ -9,7 +9,7 @@ COMMENT= Framework for interfacing Python and C++ USE_BZIP2= yes -USE_PYTHON= 2.5-3.1 +USE_PYTHON= 2.5-3.2 OPTIONS= VERBOSE_BUILD "Show compiler messages" off \ DEBUG "Build debugging symbols" off \ @@ -35,7 +35,11 @@ post-patch: customize-boost-build do-build: +.if ${PYTHON_VER} == "3.2" + ${ECHO_CMD} "using python : " ${PYTHON_VER} " : " ${PYTHON_CMD} " : " ${PYTHON_INCLUDEDIR} ";" >> ${WRKSRC}/tools/build/v2/site-config.jam +.else ${ECHO_CMD} "using python : " ${PYTHON_VER} ";" >> ${WRKSRC}/tools/build/v2/site-config.jam +.endif # build the library cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${BJAM} ${BJAM_OPTIONS} --prefix=${PREFIX}\