cad/yosys-ghdl-plugin: Fix breakage due to ghdl version bump

add806fdd4 broke our build due to the
shared library of libghdl being named differently.

Update the LIB_DEPENDS and bump the PORTREVISION to accomodate for
version changes.

Signed-off-by:	Nico Sonack <nsonack@herrhotzenplotz.de>
PR:		277634
Fixes:		add806fdd4
This commit is contained in:
Nico Sonack 2024-03-11 17:32:56 +01:00 committed by Robert Clausecker
parent 83745f6d1f
commit bccfced580
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= yosys-ghdl-plugin
PORTVERSION= g20230930
PORTREVISION= 1
CATEGORIES= cad
MAINTAINER= nsonack@outlook.com
@ -12,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-3_0_0.so:cad/ghdl \
libghdl-4_0_0.so:cad/ghdl \
libtcmalloc.so:devel/google-perftools
USES= gmake readline tcl