aboutsummaryrefslogtreecommitdiff
path: root/net/ttbudget
diff options
context:
space:
mode:
Diffstat (limited to 'net/ttbudget')
-rw-r--r--net/ttbudget/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ttbudget/Makefile b/net/ttbudget/Makefile
index e5e1476fe08f..31c5493a29c4 100644
--- a/net/ttbudget/Makefile
+++ b/net/ttbudget/Makefile
@@ -34,8 +34,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