diff options
Diffstat (limited to 'sysutils/xwipower')
-rw-r--r-- | sysutils/xwipower/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xwipower/Makefile b/sysutils/xwipower/Makefile index 90d4d9480f9..0a828332d90 100644 --- a/sysutils/xwipower/Makefile +++ b/sysutils/xwipower/Makefile @@ -23,8 +23,8 @@ USE_XORG= ice sm x11 xaw xext xmu xt xpm .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 +.if ${OSVERSION} >= 700053 +BROKEN= Use obsoleted wireless lan API .endif .include <bsd.port.post.mk> |