1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00

- Fix build error caused by lack of py-pybind11 dependency. I decided to

go this way instead of putting superbuild back on.
This commit is contained in:
Stephen Montgomery-Smith 2020-06-04 19:09:36 +00:00
parent 29cb89e3f8
commit c1f3be27e2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=537931

View File

@ -13,7 +13,8 @@ COMMENT= Automatic 3D tetrahedral mesh generator
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pybind11>=0:devel/py-pybind11
USES= cmake python tcl tk gl xorg