git: 38cb7e8a7137 - main - math/oink: Fix build by using devel/lace14
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 06 Aug 2025 15:15:25 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=38cb7e8a7137d2c044df1b725e96d57d95fa61f4
commit 38cb7e8a7137d2c044df1b725e96d57d95fa61f4
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-08-06 15:13:35 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-08-06 15:15:20 +0000
math/oink: Fix build by using devel/lace14
Reported by: fuz
Differential Revision: https://reviews.freebsd.org/D51737
---
math/oink/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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