diff options
-rw-r--r-- | security/snort/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile index b57cfa8928f..364f958d70f 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -16,10 +16,10 @@ 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 +#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 |