aboutsummaryrefslogtreecommitdiff
path: root/net/skystar2
diff options
context:
space:
mode:
Diffstat (limited to 'net/skystar2')
-rw-r--r--net/skystar2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/skystar2/Makefile b/net/skystar2/Makefile
index 5c8e241f1368..166495d42dfd 100644
--- a/net/skystar2/Makefile
+++ b/net/skystar2/Makefile
@@ -51,8 +51,8 @@ post-install:
.include <bsd.port.pre.mk>
-.if ${ARCH} == "sparc64"
-BROKEN= Does not compile on sparc64
+.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
+BROKEN= Does not compile on ia64, powerprc, or sparc64
.elif ${OSVERSION} >= 900000
BROKEN= does not build
.endif