diff options
Diffstat (limited to 'sysutils/fluent-bit/Makefile')
-rw-r--r-- | sysutils/fluent-bit/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/fluent-bit/Makefile b/sysutils/fluent-bit/Makefile index 8f4c7be879eb..9b90c5d6a2a5 100644 --- a/sysutils/fluent-bit/Makefile +++ b/sysutils/fluent-bit/Makefile @@ -1,6 +1,7 @@ PORTNAME= fluent-bit DISTVERSIONPREFIX= v -DISTVERSION= 4.0.1 +DISTVERSION= 4.0.3 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= girgen@FreeBSD.org @@ -27,7 +28,7 @@ OPTIONS_DEFINE= LUA_FILTER PGSQL SSL OPTIONS_DEFAULT= LUA_FILTER PGSQL SSL LUA_FILTER_DESC= Support for modifying incoming records using Lua scripts -LUA_FILTER_USES= luajit:luajit-devel pkgconfig +LUA_FILTER_USES= luajit:luajit pkgconfig LUA_FILTER_CMAKE_ON= -DFLB_FILTER_LUA=On \ -DFLB_LUAJIT=On \ -DFLB_PREFER_SYSTEM_LIB_LUAJIT=On |