1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

Fix build WITH=PYTHON.

With hat:	pointy
Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2018-02-16 11:01:30 +00:00
parent ff9fddb73d
commit b37f3dc326
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=461998

View File

@ -18,6 +18,7 @@ PYTHON_DESC= Boost.Python - interfacing Python and C++
LIBRARIES_RUN_DEPENDS= ${LOCALBASE}/lib/libboost_thread.so:devel/boost-libs
JAM_RUN_DEPENDS= ${LOCALBASE}/bin/bjam:devel/boost-jam
PYTHON_RUN_DEPENDS= ${LOCALBASE}/lib/${PY_BOOST}
PYTHON_USES= python:env
DOCS_RUN_DEPENDS= ${LOCALBASE}/share/doc/boost/doc/html/index.html:devel/boost-docs
.include <bsd.port.mk>