summaryrefslogtreecommitdiff
path: root/security/suricata
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2015-09-20 14:35:57 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2015-09-20 14:35:57 +0000
commit3a63ba57c26158c72fe49bca2a6413f5350e9d72 (patch)
treee16428fdb73f48acce12d201399969c6f11a325f /security/suricata
parentdatabases/casstcl - update to 2.10 (diff)
Remove BROKEN on Tier-2 systems statements which no longer true at least
on PowerPC (verified for all of them) and some also on SPARC (whenever I was able to test those on flame.freebsd.org) and even IA64 (which should be OK to remove anyways, because it was never really supported system in ports land and was officially killed in -CURRENT a while ago.
Notes
Notes: svn path=/head/; revision=397374
Diffstat (limited to 'security/suricata')
-rw-r--r--security/suricata/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/security/suricata/Makefile b/security/suricata/Makefile
index 3c7d592da47d..acea0ec77b3f 100644
--- a/security/suricata/Makefile
+++ b/security/suricata/Makefile
@@ -116,10 +116,6 @@ LOGS_DIR?= /var/log/${PORTNAME}
.include <bsd.port.pre.mk>
-.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
-BROKEN= Does not compile on ia64, powerpc, or sparc64
-.endif
-
pre-patch:
${CP} ${FILESDIR}/ax_check_compile_flag.m4 ${WRKSRC}/m4