science/py-pygmo2: Fix build thatwas failing because of the missing header

MFH:		2020Q3
This commit is contained in:
Yuri Victorovich 2020-09-19 19:54:01 +00:00
parent fca264429c
commit 07a8c87955
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=549056

View File

@ -25,4 +25,6 @@ GH_PROJECT= pygmo2
CMAKE_ON= PYGMO_ENABLE_IPO
CXXFLAGS+= -I${LOCALBASE}/include/coin # see https://github.com/esa/pygmo2/issues/58
.include <bsd.port.mk>