From 83a12585d3aafa05638144db41cbd5f32cf0fb77 Mon Sep 17 00:00:00 2001
From: Yuri Victorovich <yuri@FreeBSD.org>
Date: Wed, 11 Dec 2024 18:53:29 -0800
Subject: [PATCH] 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
-- 
GitLab