diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-10-12 07:05:12 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-10-12 07:05:12 +0000 |
commit | b87ec496ce21e43b7a2b9bb4fb2e572f8155f21e (patch) | |
tree | 4417ee489cabf9cdc56a0314ff4d810898b0aa6b /sysutils | |
parent | 336d887f79a8de507a2f453326e61693cc7a6bdc (diff) | |
download | ports-b87ec496ce21e43b7a2b9bb4fb2e572f8155f21e.tar.gz ports-b87ec496ce21e43b7a2b9bb4fb2e572f8155f21e.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xfce4-wavelan-plugin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/xfce4-wavelan-plugin/Makefile b/sysutils/xfce4-wavelan-plugin/Makefile index ce48319e3e99..3111f334b8a6 100644 --- a/sysutils/xfce4-wavelan-plugin/Makefile +++ b/sysutils/xfce4-wavelan-plugin/Makefile @@ -25,7 +25,7 @@ USE_XLIB= yes .include <bsd.port.pre.mk> .if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 +BROKEN= Does not work with the new wlan stack on 7.0 .endif .include <bsd.port.post.mk> |