diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2009-06-19 16:34:01 +0800 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2009-06-19 16:34:01 +0800 |
commit | ddbffd78196d5be329b503445b4096229dd99328 (patch) | |
tree | c8536f0a94ae6f0bffaff03220e114ebdd5e490f /sysutils/xwipower | |
parent | c47c9a809a9e8012af1fb159ac9a772f088045d5 (diff) | |
download | freebsd-ports-graphics-ddbffd78196d5be329b503445b4096229dd99328.tar.gz freebsd-ports-graphics-ddbffd78196d5be329b503445b4096229dd99328.tar.zst freebsd-ports-graphics-ddbffd78196d5be329b503445b4096229dd99328.zip |
Correct OS version and the reason which this port become broken.
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> |