aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Leres <leres@FreeBSD.org>2025-07-06 21:09:31 +0000
committerCraig Leres <leres@FreeBSD.org>2025-07-06 21:09:31 +0000
commitb3cca781ad7fcc93a528d3d3f78462b8e7bf53fe (patch)
treead9ab835b46e4c5981c1b050254fbbda307b4007
parent8f2d0321ff77e43b261b36c1f3f328720b508a48 (diff)
-rw-r--r--security/zeek/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/zeek/Makefile b/security/zeek/Makefile
index 5ee79c220c55..6a84daace7de 100644
--- a/security/zeek/Makefile
+++ b/security/zeek/Makefile
@@ -131,7 +131,7 @@ LBL_HF_RUN_DEPENDS= ${LOCALBASE}/bin/hf:sysutils/lbl-hf
PERFTOOLS_BUILD_DEPENDS= ${LOCALBASE}/include/gperftools/tcmalloc.h:devel/google-perftools \
${LOCALBASE}/bin/pprof:devel/pprof
PERFTOOLS_CMAKE_BOOL= ENABLE_PERFTOOLS
-PERFTOOLS_RUN_DEPENDS= ${LOCALBASE}/include/gperftools/tcmalloc.h:devel/google-perftools \
+PERFTOOLS_RUN_DEPENDS= ${LOCALBASE}/lib/libtcmalloc.so.4:devel/google-perftools \
${LOCALBASE}/bin/pprof:devel/pprof
SPICY_CMAKE_OFF= -DDISABLE_SPICY=ON
ZEEKCTL_BUILD_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash \