aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/libdispatch/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libdispatch/Makefile b/devel/libdispatch/Makefile
index f89479cef2bb..efdd5bbc85c8 100644
--- a/devel/libdispatch/Makefile
+++ b/devel/libdispatch/Makefile
@@ -85,9 +85,9 @@ CLANG_DESC= Build with LLVM/Clang (required for blocks support)
.endif
.if (${OSVERSION} < 1000706)
-.if ${ARCH} == "powerpc
+.if ${ARCH} == "powerpc"
BROKEN= Does not configure on powerpc-9
-.elif ${ARCH} == "sparc64
+.elif ${ARCH} == "sparc64"
BROKEN= Does not link on sparc64-9
.endif
.endif