diff options
author | kris <kris@FreeBSD.org> | 2004-02-17 07:46:12 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-17 07:46:12 +0800 |
commit | 35b3d0214c5db8290611bd8344031c0c97ef1e7b (patch) | |
tree | b1d2d3f454ac06639c142a2e6d2c58a2ffcd27df | |
parent | d135574e760384fce4f32b19e73bc1dac1d4ae15 (diff) | |
download | freebsd-ports-graphics-35b3d0214c5db8290611bd8344031c0c97ef1e7b.tar.gz freebsd-ports-graphics-35b3d0214c5db8290611bd8344031c0c97ef1e7b.tar.zst freebsd-ports-graphics-35b3d0214c5db8290611bd8344031c0c97ef1e7b.zip |
Remove the bouncing BROKEN tag again, since this port is now building on
all my test machines. I suppose something in the base system or a
dependency had broken it for a time, and this is now no longer the case.
-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 a75ad27ef7c..839b3b0e36c 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} >= 502000 -BROKEN= Does not compile -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |