summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-09-09 11:41:48 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-09-09 11:41:48 +0000
commitee320f51e41daa0911379d9deb4507daa19861a2 (patch)
tree210bd41fee2e3a1fc71ce142f1dc5460ff47195d /security
parentUpdate to version 0.28. (diff)
- Mark BROKEN on 6.X: does not configure
PR: ports/150393 (based on) Submitted by: Patrick Tracanelli <eksffa@freebsdbrasil.com.br> (maintainer)
Notes
Notes: svn path=/head/; revision=260840
Diffstat (limited to 'security')
-rw-r--r--security/suricata/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/suricata/Makefile b/security/suricata/Makefile
index 9b83b2c79392..9fbbf70e1722 100644
--- a/security/suricata/Makefile
+++ b/security/suricata/Makefile
@@ -42,6 +42,10 @@ LOGS_DIR= /var/log/suricata
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 700000
+BROKEN= does not configure on 6.X
+.endif
+
.if defined(WITH_PRELUDE)
LIB_DEPENDS+= prelude.20:${PORTSDIR}/security/libprelude
CONFIGURE_ARGS+= --enable-prelude