diff options
author | Craig Leres <leres@FreeBSD.org> | 2025-07-06 21:09:31 +0000 |
---|---|---|
committer | Craig Leres <leres@FreeBSD.org> | 2025-07-06 21:09:31 +0000 |
commit | b3cca781ad7fcc93a528d3d3f78462b8e7bf53fe (patch) | |
tree | ad9ab835b46e4c5981c1b050254fbbda307b4007 | |
parent | 8f2d0321ff77e43b261b36c1f3f328720b508a48 (diff) |
-rw-r--r-- | security/zeek/Makefile | 2 |
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 \ |