From 7e06413d150c0c0fd9a61bafcfe8da906884c2bf Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Wed, 23 Nov 2016 12:43:49 +0000 Subject: devel/boost-*: better integrate with Mk/* PR: 199601 Submitted by: bapt (based on) Exp-run by: antoine --- devel/boost-python-libs/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'devel/boost-python-libs') diff --git a/devel/boost-python-libs/Makefile b/devel/boost-python-libs/Makefile index 422012cf5f9f..5c15af1a9692 100644 --- a/devel/boost-python-libs/Makefile +++ b/devel/boost-python-libs/Makefile @@ -18,14 +18,13 @@ MAKE_ENV+= PYTHON_ROOT="${LOCALBASE}"\ PYTHON_LIB_PATH="${PYTHON_LIBDIR}" LIB_DEPENDS+= libboost_thread.so:devel/boost-libs +MAKE_ARGS+= --with-python +ALL_TARGET= stage -BUILD_DEPENDS+= ${BJAM}:devel/boost-jam +BUILD_DEPENDS+= bjam:devel/boost-jam -do-build: +pre-build: @${ECHO_CMD} "using python : " ${PYTHON_VER} " : " ${PYTHON_CMD} " : " ${PYTHON_INCLUDEDIR} ";" >> ${WRKSRC}/tools/build/v2/site-config.jam -# build the library - @cd ${WRKSRC} && \ - ${SETENV} ${MAKE_ENV} ${BJAM} ${BJAM_ARGS} --with-python stage do-install: @cd ${WRKSRC}/stage/lib && ${PAX} -rw -p p libboost* ${STAGEDIR}${PREFIX}/lib -- cgit v1.2.3