diff options
author | linimon <linimon@FreeBSD.org> | 2010-04-01 13:27:58 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-04-01 13:27:58 +0800 |
commit | 0823f01837bb59679f4ffe3e4d4031c8d6eeefe1 (patch) | |
tree | e87ca85ff3a4d9e650c9b014e9bd8ce20cec3233 /net/ttbudget | |
parent | 0fc5747dd5c85686c1872da3c2f9932821774070 (diff) | |
download | freebsd-ports-gnome-0823f01837bb59679f4ffe3e4d4031c8d6eeefe1.tar.gz freebsd-ports-gnome-0823f01837bb59679f4ffe3e4d4031c8d6eeefe1.tar.zst freebsd-ports-gnome-0823f01837bb59679f4ffe3e4d4031c8d6eeefe1.zip |
Mark as broken on ia64 and powerpc as well as sparc64.
Hat: portmgr
Diffstat (limited to 'net/ttbudget')
-rw-r--r-- | net/ttbudget/Makefile | 4 |
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 |