diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-15 22:23:25 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-15 22:23:25 +0000 |
commit | d894e365fe83a695850869cd43b9ff91d9c2323a (patch) | |
tree | 7a18870cedbd144cff76a826ef41b266e5dc5835 /sysutils/xcpustate | |
parent | 92de6ccebceda884546e94d61280d86bf0d94eec (diff) | |
download | ports-d894e365fe83a695850869cd43b9ff91d9c2323a.tar.gz ports-d894e365fe83a695850869cd43b9ff91d9c2323a.zip |
Notes
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..ba5b36e6e91b 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 ${OSVERSION} >= 501000 +BROKEN= "Does not compile" +.endif + +.include <bsd.port.post.mk> |