Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Nov 2019 12:32:49 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r518576 - head/science/tfel
Message-ID:  <201911281232.xASCWnni084774@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911281232.xASCWnni084774>