aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sysutils/xcpustate/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/xcpustate/Makefile b/sysutils/xcpustate/Makefile
index 839b3b0e36c5..269926d40920 100644
--- a/sysutils/xcpustate/Makefile
+++ b/sysutils/xcpustate/Makefile
@@ -25,4 +25,10 @@ NO_WRKSUBDIR= yes
MAN1= xcpustate.1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == sparc64
+BROKEN= Does not compile
+.endif
+
+.include <bsd.port.post.mk>