summaryrefslogtreecommitdiff
path: root/devel/boost-python-libs
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-11-23 12:43:49 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-11-23 12:43:49 +0000
commit7e06413d150c0c0fd9a61bafcfe8da906884c2bf (patch)
tree394343f6279a9db802d87dd96e6a6bef44baf87f /devel/boost-python-libs
parentdevel/boost-libs: drop compat links after r322328 (diff)
devel/boost-*: better integrate with Mk/*
PR: 199601 Submitted by: bapt (based on) Exp-run by: antoine
Notes
Notes: svn path=/head/; revision=426906
Diffstat (limited to 'devel/boost-python-libs')
-rw-r--r--devel/boost-python-libs/Makefile9
1 files changed, 4 insertions, 5 deletions
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