Date: Thu, 12 Dec 2024 02:56:06 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: 83a12585d3aa - main - cad/yosys-ghdl-plugin: Fix plist Message-ID: <202412120256.4BC2u64a072293@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=83a12585d3aafa05638144db41cbd5f32cf0fb77 commit 83a12585d3aafa05638144db41cbd5f32cf0fb77 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-12-12 02:53:29 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-12-12 02:56:04 +0000 cad/yosys-ghdl-plugin: Fix plist Reported by: fallout Approved by: portmgr (blanket unbreak) --- 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 164ff5e18923..2ffcdd7a3240 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_0_0.so:cad/ghdl \ + libghdl-4_1_0.so:cad/ghdl \ libtcmalloc.so:devel/google-perftools USES= gmake readline tcl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412120256.4BC2u64a072293>