diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-11-01 15:30:37 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-11-01 15:46:46 -0700 |
commit | 2d20240d250a0c1e170691427b2649ef1c28bfaa (patch) | |
tree | 593ea307234b8f25cf5795889f23f120e2a60ed8 /cad | |
parent | devel/py-rapidfuzz: update 3.2.0 → 3.5.1 (diff) |
cad/verilator: Add comment
Diffstat (limited to 'cad')
-rw-r--r-- | cad/verilator/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |