svn commit: r537931 - head/cad/netgen

Stephen Montgomery-Smith stephen at FreeBSD.org
Thu Jun 4 19:09:36 UTC 2020


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
 


More information about the svn-ports-all mailing list