diff options
author | kris <kris@FreeBSD.org> | 2004-02-08 07:20:20 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-08 07:20:20 +0800 |
commit | 846f061545220aa410d90783e2d390a04a23a21c (patch) | |
tree | 5c8a920ab8e35ef9e3bbdff467fbf036e98e17fa /sysutils/xcpustate | |
parent | f86a72d1f9ec0e7096ca1306c92890c96bfe3f58 (diff) | |
download | freebsd-ports-gnome-846f061545220aa410d90783e2d390a04a23a21c.tar.gz freebsd-ports-gnome-846f061545220aa410d90783e2d390a04a23a21c.tar.zst freebsd-ports-gnome-846f061545220aa410d90783e2d390a04a23a21c.zip |
BROKEN on 5.x: does not compile (not just on sparc64)
Diffstat (limited to 'sysutils/xcpustate')
-rw-r--r-- | sysutils/xcpustate/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/xcpustate/Makefile b/sysutils/xcpustate/Makefile index 269926d40920..a75ad27ef7ce 100644 --- a/sysutils/xcpustate/Makefile +++ b/sysutils/xcpustate/Makefile @@ -27,7 +27,7 @@ MAN1= xcpustate.1 .include <bsd.port.pre.mk> -.if ${ARCH} == sparc64 +.if ${OSVERSION} >= 502000 BROKEN= Does not compile .endif |