summaryrefslogtreecommitdiff
path: root/net/snort
diff options
context:
space:
mode:
authoradrianp <adrianp>2007-10-31 16:49:17 +0000
committeradrianp <adrianp>2007-10-31 16:49:17 +0000
commit21bd9f2e8a454afcf734ed21410703a0a451f1eb (patch)
treee8ca65f5ac8de30454b286136a047ac7ca26bd65 /net/snort
parent0c58bc0e3fcd8de2e333096e2293952b109f0b13 (diff)
downloadpkgsrc-21bd9f2e8a454afcf734ed21410703a0a451f1eb.tar.gz
Snort 2.8.x supports IPv6
Diffstat (limited to 'net/snort')
-rw-r--r--net/snort/options.mk11
1 files changed, 9 insertions, 2 deletions
diff --git a/net/snort/options.mk b/net/snort/options.mk
index a2a44d3f8eb..546ac3aedb3 100644
--- a/net/snort/options.mk
+++ b/net/snort/options.mk
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.4 2007/10/21 00:22:53 adrianp Exp $
+# $NetBSD: options.mk,v 1.5 2007/10/31 16:49:17 adrianp Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.snort
PKG_SUPPORTED_OPTIONS= debug snort-prelude ssl snmp snort-gre
PKG_SUPPORTED_OPTIONS+= snort-dynamicplugin snort-timestats
-PKG_SUPPORTED_OPTIONS+= snort-rulestate
+PKG_SUPPORTED_OPTIONS+= snort-rulestate inet6
PKG_SUGGESTED_OPTIONS=
PKG_OPTIONS_OPTIONAL_GROUPS= flex
@@ -36,6 +36,13 @@ CONFIGURE_ARGS+= --enable-rulestate
.endif
###
+### Enable ipv6 support
+###
+.if !empty(PKG_OPTIONS:Minet6)
+CONFIGURE_ARGS+= --enable-ipv6
+.endif
+
+###
### Enable real-time performance statistics
###
.if !empty(PKG_OPTIONS:Msnort-timestats)