diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-08-06 08:13:35 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-08-06 08:15:20 -0700 |
commit | 38cb7e8a7137d2c044df1b725e96d57d95fa61f4 (patch) | |
tree | f5e408a58ccdcec57529953220519053d433fa55 | |
parent | devel/lace14: New port: Implementation of work-stealing in C (diff) |
math/oink: Fix build by using devel/lace14
Reported by: fuz
Differential Revision: https://reviews.freebsd.org/D51737
-rw-r--r-- | math/oink/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/oink/Makefile b/math/oink/Makefile index bf66137f9035..e93ae7259c82 100644 --- a/math/oink/Makefile +++ b/math/oink/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs \ - liblace.so:devel/lace + liblace.so:devel/lace14 USES= cmake:testing USE_CXXSTD= c++14 |