svn commit: r518576 - head/science/tfel

Pedro F. Giffuni pfg at FreeBSD.org
Thu Nov 28 12:32:49 UTC 2019


Author: pfg
Date: Thu Nov 28 12:32:48 2019
New Revision: 518576
URL: https://svnweb.freebsd.org/changeset/ports/518576

Log:
  science/tfel: fix pkg-fallout
  
  Approved by:	thierry (mentor)

Modified:
  head/science/tfel/Makefile

Modified: head/science/tfel/Makefile
==============================================================================
--- head/science/tfel/Makefile	Thu Nov 28 12:00:08 2019	(r518575)
+++ head/science/tfel/Makefile	Thu Nov 28 12:32:48 2019	(r518576)
@@ -22,6 +22,7 @@ OPTIONS_DEFAULT=	PYTHON
 OPTIONS_SUB=		yes
 
 PYTHON_USES=		localbase python
+PYTHON_BUILD_DEPENDS=	${LOCALBASE}/include/boost/python.hpp:devel/boost-libs
 PYTHON_LIB_DEPENDS=	${PY_BOOST}
 #XXX This looks wrong but it works, the regular method doesn't !
 PYTHON_CMAKE_ON=	-Denable-python=ON -Denable-python-bindings=ON


More information about the svn-ports-all mailing list