diff options
-rw-r--r-- | net/skystar2/Makefile | 4 | ||||
-rw-r--r-- | net/ttbudget/Makefile | 4 |
2 files changed, 4 insertions, 4 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 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 |