svn commit: r461998 - head/devel/boost-all

Mathieu Arnold mat at FreeBSD.org
Fri Feb 16 11:01:31 UTC 2018


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>


More information about the svn-ports-head mailing list