diff options
author | linimon <linimon@FreeBSD.org> | 2010-09-17 17:31:03 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-09-17 17:31:03 +0800 |
commit | 502a162aca25de1e752703eb6d0f97b889f54770 (patch) | |
tree | a2b7eb0985f6395e3a1808536b881deb6e7bee0b /security/suricata | |
parent | a22cfb3a4394f1ebd5e9e528284ccba3652e9c39 (diff) | |
download | freebsd-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/Makefile | 3 |
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 |