Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Sep 2024 15:59:04 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1ee47e9d5a03 - main - science/py-arbor: Fix build by adding missing gmake dependency
Message-ID:  <202409061559.486Fx4EK037488@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409061559.486Fx4EK037488>