diff options
author | miwi <miwi@FreeBSD.org> | 2007-10-12 15:05:12 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-10-12 15:05:12 +0800 |
commit | adac7e636f5954d2605054a8262d17757d20f10f (patch) | |
tree | fc3d81cb619effae80aaac4d26dde8e53993dc37 /sysutils/xfce4-wavelan-plugin/Makefile | |
parent | 30e2fc84e7da0aa7f5d6037572f3eff0ac7e0a3c (diff) | |
download | freebsd-ports-gnome-adac7e636f5954d2605054a8262d17757d20f10f.tar.gz freebsd-ports-gnome-adac7e636f5954d2605054a8262d17757d20f10f.tar.zst freebsd-ports-gnome-adac7e636f5954d2605054a8262d17757d20f10f.zip |
- Change BROKEN line to: Does not work with the new wlan stack on 7.0
Diffstat (limited to 'sysutils/xfce4-wavelan-plugin/Makefile')
-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> |