diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-09-09 11:41:48 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-09-09 11:41:48 +0000 |
commit | ee320f51e41daa0911379d9deb4507daa19861a2 (patch) | |
tree | 210bd41fee2e3a1fc71ce142f1dc5460ff47195d /security/suricata | |
parent | fb7c9ce5f705091f934d2a146075e5c11c04a0a4 (diff) |
Notes
Diffstat (limited to 'security/suricata')
-rw-r--r-- | security/suricata/Makefile | 4 |
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 |