diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-02-16 11:01:30 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-02-16 11:01:30 +0000 |
commit | b37f3dc326dcb2cfcf26f13b675ed0e1a2463223 (patch) | |
tree | 7787c2fab5edc87016ae55945f2ee0f5b967502a /devel/boost-all | |
parent | ff9fddb73ddb02bcd2b16c9121d313ae46f6e48e (diff) | |
download | ports-b37f3dc326dcb2cfcf26f13b675ed0e1a2463223.tar.gz ports-b37f3dc326dcb2cfcf26f13b675ed0e1a2463223.zip |
Notes
Diffstat (limited to 'devel/boost-all')
-rw-r--r-- | devel/boost-all/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/boost-all/Makefile b/devel/boost-all/Makefile index f87004e4fa7f..4e701cf861f0 100644 --- a/devel/boost-all/Makefile +++ b/devel/boost-all/Makefile @@ -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> |