aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--security/zxid/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/zxid/Makefile b/security/zxid/Makefile
index 4bc4d671345e..a221c8d90c25 100644
--- a/security/zxid/Makefile
+++ b/security/zxid/Makefile
@@ -37,7 +37,7 @@ post-install:
.include <bsd.port.pre.mk>
-.if ${ARCH} == "sparc64"
+.if ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
BROKEN= Does not install
.endif