git: 2d20240d250a - main - cad/verilator: Add comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Nov 2023 22:46:50 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=2d20240d250a0c1e170691427b2649ef1c28bfaa commit 2d20240d250a0c1e170691427b2649ef1c28bfaa Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-11-01 22:30:37 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-11-01 22:46:46 +0000 cad/verilator: Add comment --- cad/verilator/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cad/verilator/Makefile b/cad/verilator/Makefile index a50bf1bfd068..a36d20f49329 100644 --- a/cad/verilator/Makefile +++ b/cad/verilator/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= autoconf>0:devel/autoconf \ bash:shells/bash \ ${LOCALBASE}/bin/ar:devel/binutils \ help2man:misc/help2man -LIB_DEPENDS= libsystemc.so:devel/systemc +LIB_DEPENDS= libsystemc.so:devel/systemc # systemc is only added to share/verilator/include/verilated.mk for use during verilation, verilator's own binaries aren't linked with systemc RUN_DEPENDS= ${LOCALBASE}/bin/ar:devel/binutils \ gmake:devel/gmake # verilator runs gmake for the --hierarchical option when the 'gmake' method is chosen