aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2023-11-01 22:30:37 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2023-11-01 22:46:46 +0000
commit2d20240d250a0c1e170691427b2649ef1c28bfaa (patch)
tree593ea307234b8f25cf5795889f23f120e2a60ed8
parentdbf7fb36571e160cf87d39eab26ad7a52735d684 (diff)
downloadports-2d20240d250a0c1e170691427b2649ef1c28bfaa.tar.gz
ports-2d20240d250a0c1e170691427b2649ef1c28bfaa.zip
cad/verilator: Add comment
-rw-r--r--cad/verilator/Makefile2
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