On Mon, Mar 02, 2009 at 06:02:08AM +0100, Emmanuel Dreyfus wrote: > Is there a nice way to add a build depency on Python? (I think about > USE_TOOLS+= python)? Or should I just have > BUILD_DEPENDS+= python:../../lang/python24 Set PYTHON_FOR_BUILD_ONLY and include lang/python/application.mk. Joerg