diff options
author | zi <zi@FreeBSD.org> | 2011-10-26 04:11:35 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2011-10-26 04:11:35 +0800 |
commit | af4c00b1fe265ede8ba04b4aefc30e94475d913a (patch) | |
tree | bbc59fbea6401eb270e84b214bf1b01e87f25fc7 /security/snort | |
parent | ae22bba6362b241be91783d4ca846f40d44964a3 (diff) | |
download | freebsd-ports-gnome-af4c00b1fe265ede8ba04b4aefc30e94475d913a.tar.gz freebsd-ports-gnome-af4c00b1fe265ede8ba04b4aefc30e94475d913a.tar.zst freebsd-ports-gnome-af4c00b1fe265ede8ba04b4aefc30e94475d913a.zip |
- Make SOURCEFIRE option enabled by default to ensure all rules function out of the box.
Requested by: Dean Freeman <wfreeman@sourcefire.com>
Diffstat (limited to 'security/snort')
-rw-r--r-- | security/snort/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile index 8c14b8991aeb..4f65bf7375c2 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -41,7 +41,7 @@ OPTIONS= IPV6 "Enable IPv6 support" on \ PRELUDE "Enable Prelude NIDS integration" off \ LRGPCAP "Enable pcaps larger than 2GB" off \ SNORTSAM "Unofficial Snortsam Patch" off \ - SOURCEFIRE "Enable Sourcefire specific build options" off \ + SOURCEFIRE "Enable Sourcefire specific build options" on \ DBGSNORT "Enable debugging symbols+core dumps" off .include <bsd.port.options.mk> |