diff options
author | Dominik Lisiak <dominik.lisiak@bemsoft.pl> | 2019-03-27 19:24:07 +0100 |
---|---|---|
committer | Dominik Lisiak <dominik.lisiak@bemsoft.pl> | 2019-03-27 19:24:07 +0100 |
commit | 7c6dd9f155bf667b0b6a010365de9bbbfb119b70 (patch) | |
tree | 31e6923b3721ef2d903686b28cf13360078094b6 | |
parent | Upgrade to 3.2.0. Added LUA and NOFW options. Improved plist.sh scripts. (diff) | |
download | ossec-7c6dd9f155bf667b0b6a010365de9bbbfb119b70.tar.xz |
Readline library is only needed for LUA.
-rw-r--r-- | security/ossec-hids-local/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/ossec-hids-local/Makefile b/security/ossec-hids-local/Makefile index 5f43134..0308db3 100644 --- a/security/ossec-hids-local/Makefile +++ b/security/ossec-hids-local/Makefile @@ -12,7 +12,7 @@ COMMENT= Security tool to monitor and check logs and intrusions LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= gmake readline ssl +USES= gmake ssl OSSEC_TYPE?= local @@ -38,6 +38,7 @@ INOTIFY_LIB_DEPENDS= libinotify.so:devel/libinotify PRELUDE_LIB_DEPENDS= libprelude.so:security/libprelude ZEROMQ_LIB_DEPENDS= libczmq.so:net/czmq +LUA_USES= readline MYSQL_USE= mysql PGSQL_USES= pgsql |