summaryrefslogtreecommitdiff
path: root/devel/boost-python-libs
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-09-01 12:39:39 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-09-01 12:39:39 +0000
commit99266d7da4962b785a29316c19a568dae660cd6c (patch)
tree92c452bf9245499d1ba213d5ef070d53ccf34aaf /devel/boost-python-libs
parentdevel/boost-python-libs: unbreak in C++17 mode (diff)
devel/boost-python-libs: move *_DEPENDS to pet portlint
Notes
Notes: svn path=/head/; revision=478680
Diffstat (limited to 'devel/boost-python-libs')
-rw-r--r--devel/boost-python-libs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/boost-python-libs/Makefile b/devel/boost-python-libs/Makefile
index bc8687e3baa2..2c260c5b9c68 100644
--- a/devel/boost-python-libs/Makefile
+++ b/devel/boost-python-libs/Makefile
@@ -5,6 +5,9 @@ PORTNAME= boost-libs
COMMENT= Framework for interfacing Python and C++
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+BUILD_DEPENDS= bjam:devel/boost-jam
+LIB_DEPENDS= libboost_thread.so:devel/boost-libs
+
USES= python
USE_PYTHON= flavors
@@ -23,12 +26,9 @@ MAKE_ENV+= PYTHON_ROOT="${LOCALBASE}"\
PYTHON_INCLUDES="${PYTHON_INCLUDEDIR}"\
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
-
pre-build:
@${ECHO_CMD} "using python : " ${PYTHON_VER} " : " ${PYTHON_CMD} " : " ${PYTHON_INCLUDEDIR} ";" >> ${WRKSRC}/tools/build/src/site-config.jam