diff options
-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 |