Date: Thu, 4 Jun 2020 19:09:36 +0000 (UTC) From: Stephen Montgomery-Smith <stephen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r537931 - head/cad/netgen Message-ID: <202006041909.054J9anf017339@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: stephen Date: Thu Jun 4 19:09:36 2020 New Revision: 537931 URL: https://svnweb.freebsd.org/changeset/ports/537931 Log: - Fix build error caused by lack of py-pybind11 dependency. I decided to go this way instead of putting superbuild back on. Modified: head/cad/netgen/Makefile Modified: head/cad/netgen/Makefile ============================================================================== --- head/cad/netgen/Makefile Thu Jun 4 18:57:59 2020 (r537930) +++ head/cad/netgen/Makefile Thu Jun 4 19:09:36 2020 (r537931) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006041909.054J9anf017339>