diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2004-01-20 13:46:20 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2004-01-20 13:46:20 +0000 |
commit | cef7992c393b4ed595e302859ccd703376a991c7 (patch) | |
tree | 51eb1e5c7bddc7b7735470bb92787df47cc3ec73 /security/snort | |
parent | 6c97d632ce73f487ae8d933f37e9eb186bfba237 (diff) |
Notes
Diffstat (limited to 'security/snort')
-rw-r--r-- | security/snort/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile index 9b89b934bd80..5475c2e71220 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -16,6 +16,11 @@ COMMENT= Lightweight network intrusion detection system LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre +OPTIONS= FLEXRESP "Flexible response to events" off \ + MYSQL "Enable MySQL support" off \ + ODBC "Enable ODBC support" off \ + POSTGRES "Enable PostgreSQL support" off + #USE_GPG= yes #SIG_SUFFIX= .asc USE_REINPLACE= yes |