diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-07 11:11:40 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-07 11:11:40 +0000 |
commit | b04bba9bbcb673f377e70a3a9e5a42ef12b384ef (patch) | |
tree | faedd4ba79824e79b38637a549c99cef0748899e /sysutils/xcpustate | |
parent | 1c63b653dc8bf13436bbd1c76d10c1974a1c7154 (diff) |
- Mark BROKEN on sparc64
Requested by: kris (bento)
Notes
Notes:
svn path=/head/; revision=100234
Diffstat (limited to 'sysutils/xcpustate')
-rw-r--r-- | sysutils/xcpustate/Makefile | 8 |
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> |