aboutsummaryrefslogtreecommitdiff
path: root/devel/dyncall
diff options
context:
space:
mode:
Diffstat (limited to 'devel/dyncall')
-rw-r--r--devel/dyncall/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/dyncall/Makefile b/devel/dyncall/Makefile
index 215c3d9a0b7e..9d99db4bdae2 100644
--- a/devel/dyncall/Makefile
+++ b/devel/dyncall/Makefile
@@ -23,7 +23,7 @@ MAKEFILE= BSDmakefile
.include <bsd.port.pre.mk>
-.if ${ARCH} == "sparc64" || ${ARCH} == "ia64" || ${ARCH} == "alpha"
+.if ${ARCH} == "sparc64" || ${ARCH} == "ia64" || ${ARCH} == "powerpc"
BROKEN= Does not install (unsupported architecture)
.endif