Date: Fri, 16 Feb 2018 11:01:30 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461998 - head/devel/boost-all Message-ID: <201802161101.w1GB1UHg020521@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Fri Feb 16 11:01:30 2018 New Revision: 461998 URL: https://svnweb.freebsd.org/changeset/ports/461998 Log: Fix build WITH=PYTHON. With hat: pointy Sponsored by: Absolight Modified: head/devel/boost-all/Makefile (contents, props changed) Modified: head/devel/boost-all/Makefile ============================================================================== --- head/devel/boost-all/Makefile Fri Feb 16 10:44:04 2018 (r461997) +++ head/devel/boost-all/Makefile Fri Feb 16 11:01:30 2018 (r461998) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802161101.w1GB1UHg020521>