aboutsummaryrefslogtreecommitdiff
path: root/net/skystar2
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/skystar2
parentfe47da620b9edb2572de629a3e1f5220b570b28c (diff)
downloadports-46b077e62d0e0673a56994935503aba63ca4d14b.tar.gz
ports-46b077e62d0e0673a56994935503aba63ca4d14b.zip
Notes
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