git: e2e3d57e7486 - main - cad/yosys-ghdl-plugin: Unbreak the build by linking to a correct library
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 17 Mar 2025 18:10:45 UTC
The branch main has been updated by arrowd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e2e3d57e748699da594a9fcc07542f671cd4bccb
commit e2e3d57e748699da594a9fcc07542f671cd4bccb
Author: Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2025-03-17 18:10:04 +0000
Commit: Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2025-03-17 18:10:38 +0000
cad/yosys-ghdl-plugin: Unbreak the build by linking to a correct library
Reported by: pkg-devel exp-run
---
cad/yosys-ghdl-plugin/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cad/yosys-ghdl-plugin/Makefile b/cad/yosys-ghdl-plugin/Makefile
index 2ffcdd7a3240..c62b1c5ec3b3 100644
--- a/cad/yosys-ghdl-plugin/Makefile
+++ b/cad/yosys-ghdl-plugin/Makefile
@@ -13,7 +13,7 @@ BUILD_DEPENDS= ghdl>0:cad/ghdl \
yosys>0:cad/yosys
RUN_DEPENDS= yosys>0:cad/yosys
LIB_DEPENDS= libffi.so:devel/libffi \
- libghdl-4_1_0.so:cad/ghdl \
+ libghdl-5_0_1.so:cad/ghdl \
libtcmalloc.so:devel/google-perftools
USES= gmake readline tcl