diff options
author | pav <pav@FreeBSD.org> | 2004-02-07 19:11:40 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-02-07 19:11:40 +0800 |
commit | 217b3db896703fa04887e6b8ff169af95d6dc4bd (patch) | |
tree | 72081bb84dc791d24db2fa90e3e7239ad8a703a0 /sysutils/xcpustate/Makefile | |
parent | b213fe46b978e18c0fdb4055d057666df456ac4e (diff) | |
download | freebsd-ports-gnome-217b3db896703fa04887e6b8ff169af95d6dc4bd.tar.gz freebsd-ports-gnome-217b3db896703fa04887e6b8ff169af95d6dc4bd.tar.zst freebsd-ports-gnome-217b3db896703fa04887e6b8ff169af95d6dc4bd.zip |
- Mark BROKEN on sparc64
Requested by: kris (bento)
Diffstat (limited to 'sysutils/xcpustate/Makefile')
-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> |