aboutsummaryrefslogtreecommitdiffstats
path: root/security/suricata
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2010-09-17 17:31:03 +0800
committerlinimon <linimon@FreeBSD.org>2010-09-17 17:31:03 +0800
commit502a162aca25de1e752703eb6d0f97b889f54770 (patch)
treea2b7eb0985f6395e3a1808536b881deb6e7bee0b /security/suricata
parenta22cfb3a4394f1ebd5e9e528284ccba3652e9c39 (diff)
downloadfreebsd-ports-gnome-502a162aca25de1e752703eb6d0f97b889f54770.tar.gz
freebsd-ports-gnome-502a162aca25de1e752703eb6d0f97b889f54770.tar.zst
freebsd-ports-gnome-502a162aca25de1e752703eb6d0f97b889f54770.zip
Mark as broken on sparc64 (and, by implication, the other tier-2 archs).
Hat: portmgr
Diffstat (limited to 'security/suricata')
-rw-r--r--security/suricata/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/suricata/Makefile b/security/suricata/Makefile
index c29114780ac1..89cf2e40a215 100644
--- a/security/suricata/Makefile
+++ b/security/suricata/Makefile
@@ -46,6 +46,9 @@ LOGS_DIR= /var/log/suricata
.if ${OSVERSION} < 700000
BROKEN= does not configure on 6.X
.endif
+.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
+BROKEN= Does not compile on ia64, powerpc, or sparc64
+.endif
.if defined(WITH_PRELUDE)
LIB_DEPENDS+= prelude.20:${PORTSDIR}/security/libprelude