diff options
author | pav <pav@FreeBSD.org> | 2003-11-20 17:20:44 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-11-20 17:20:44 +0800 |
commit | ce96a2b70a37e3b1f0eb15f52c7f34d35a3d3f33 (patch) | |
tree | 0dea07d2916d6b39457f0edb682c17dc720addbc /sysutils/xcpustate | |
parent | 18655e2131f35fff52ee827d00e53e1b18fcd770 (diff) | |
download | freebsd-ports-gnome-ce96a2b70a37e3b1f0eb15f52c7f34d35a3d3f33.tar.gz freebsd-ports-gnome-ce96a2b70a37e3b1f0eb15f52c7f34d35a3d3f33.tar.zst freebsd-ports-gnome-ce96a2b70a37e3b1f0eb15f52c7f34d35a3d3f33.zip |
- Unmark broken, it builds fine for me, submitter and on bento
Submitted by: Samy Al Bahra
Approved by: adamw (mentor)
Diffstat (limited to 'sysutils/xcpustate')
-rw-r--r-- | sysutils/xcpustate/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/xcpustate/Makefile b/sysutils/xcpustate/Makefile index ba5b36e6e91b..839b3b0e36c5 100644 --- a/sysutils/xcpustate/Makefile +++ b/sysutils/xcpustate/Makefile @@ -25,10 +25,4 @@ NO_WRKSUBDIR= yes MAN1= xcpustate.1 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |