mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
science/py-arbor: Fix build by adding missing gmake dependency
Reported by: fallout
This commit is contained in:
parent
a62a35ccd9
commit
1ee47e9d5a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user