aboutsummaryrefslogtreecommitdiff
path: root/net/ttbudget
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2010-04-01 05:27:58 +0000
committerMark Linimon <linimon@FreeBSD.org>2010-04-01 05:27:58 +0000
commit46b077e62d0e0673a56994935503aba63ca4d14b (patch)
tree0d750efc92c7b75df1f05251f641d59e9aea28f0 /net/ttbudget
parentfe47da620b9edb2572de629a3e1f5220b570b28c (diff)
downloadports-46b077e62d0e0673a56994935503aba63ca4d14b.tar.gz
ports-46b077e62d0e0673a56994935503aba63ca4d14b.zip
Mark as broken on ia64 and powerpc as well as sparc64.
Hat: portmgr
Notes
Notes: svn path=/head/; revision=251922
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