aboutsummaryrefslogtreecommitdiff
path: root/security/suricata
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2013-12-05 11:58:23 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2013-12-05 11:58:23 +0000
commit991f0a8f2fd075281d628ec1343308ce17586bcb (patch)
treebf1ac18d10d95f198cf5ce78c357bb47f286eb86 /security/suricata
parent79617def647aff9812ff7d009cd1892de569c50a (diff)
Notes
Diffstat (limited to 'security/suricata')
-rw-r--r--security/suricata/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/security/suricata/Makefile b/security/suricata/Makefile
index 6420ced0507d..7b7a61939210 100644
--- a/security/suricata/Makefile
+++ b/security/suricata/Makefile
@@ -3,6 +3,7 @@
PORTNAME= suricata
PORTVERSION= 1.4.6
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.openinfosecfoundation.org/download/ \
http://mirrors.rit.edu/zi/
@@ -17,13 +18,12 @@ LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \
libnet.so:${PORTSDIR}/net/libnet \
libyaml.so:${PORTSDIR}/textproc/libyaml
-OPTIONS_DEFINE= IPFW PRELUDE PORTS_PCAP DAG TESTS
+OPTIONS_DEFINE= IPFW PRELUDE PORTS_PCAP TESTS
OPTIONS_DEFAULT=IPFW
IPFW_DESC= Enable IPFW and IP Divert support for inline IDP
PRELUDE_DESC= Enable Prelude support for NIDS alerts
PORTS_PCAP_DESC=Use libpcap from ports
-DAG_DESC= Enable Endace DAG capture support
TESTS_DESC= Enable unit tests in suricata binary
USE_AUTOTOOLS= autoconf libtool
@@ -80,12 +80,6 @@ CONFIGURE_ARGS+= --with-libpcap-includes=/usr/include \
--with-libpcap-libraries=/usr/lib
.endif
-.if ${PORT_OPTIONS:MDAG}
-CONFIGURE_ARGS+= --enable-dag \
- --with-dag-includes=${LOCALBASE}/include \
- --with-dag-libraries=${LOCALBASE}/lib
-.endif
-
.if ${PORT_OPTIONS:MTESTS}
CONFIGURE_ARGS+= --enable-unittests
.else