summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-02-07 11:11:40 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-02-07 11:11:40 +0000
commitb04bba9bbcb673f377e70a3a9e5a42ef12b384ef (patch)
treefaedd4ba79824e79b38637a549c99cef0748899e
parent- Put accedentally removed get_mmc_profile() patch back. (diff)
- Mark BROKEN on sparc64
Requested by: kris (bento)
Notes
Notes: svn path=/head/; revision=100234
-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>