aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xcpustate/Makefile
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 /sysutils/xcpustate/Makefile
parent1c63b653dc8bf13436bbd1c76d10c1974a1c7154 (diff)
downloadports-b04bba9bbcb673f377e70a3a9e5a42ef12b384ef.tar.gz
ports-b04bba9bbcb673f377e70a3a9e5a42ef12b384ef.zip
Notes
Diffstat (limited to 'sysutils/xcpustate/Makefile')
-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>