git: 1ee47e9d5a03 - main - science/py-arbor: Fix build by adding missing gmake dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 06 Sep 2024 15:59:04 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=1ee47e9d5a03d41c6083edbb2ca801a15ed76d12 commit 1ee47e9d5a03d41c6083edbb2ca801a15ed76d12 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-09-06 15:58:31 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-09-06 15:58:31 +0000 science/py-arbor: Fix build by adding missing gmake dependency Reported by: fallout --- science/py-arbor/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/science/py-arbor/Makefile b/science/py-arbor/Makefile index 5154b6ba0c19..e572c73652f9 100644 --- a/science/py-arbor/Makefile +++ b/science/py-arbor/Makefile @@ -11,7 +11,8 @@ WWW= https://arbor-sim.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/../LICENSE -BUILD_DEPENDS= pybind11>0:devel/pybind11 \ +BUILD_DEPENDS= gmake:devel/gmake \ + pybind11>0:devel/pybind11 \ nlohmann-json>0:devel/nlohmann-json LIB_DEPENDS= libarbor.so:science/arbor