aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xfce4-wavelan-plugin
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-09-30 10:11:18 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-09-30 10:11:18 +0000
commit003c7e3503c19bc152ca0cfb053361068d4b1e81 (patch)
treee26956c5f6888b1ac7015d24c55648be5d1aebb4 /sysutils/xfce4-wavelan-plugin
parentc2ac294441e40c815c2cff60b3c194165dc99bcc (diff)
downloadports-003c7e3503c19bc152ca0cfb053361068d4b1e81.tar.gz
ports-003c7e3503c19bc152ca0cfb053361068d4b1e81.zip
Notes
Diffstat (limited to 'sysutils/xfce4-wavelan-plugin')
-rw-r--r--sysutils/xfce4-wavelan-plugin/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/xfce4-wavelan-plugin/Makefile b/sysutils/xfce4-wavelan-plugin/Makefile
index 82236b9e01de..ce48319e3e99 100644
--- a/sysutils/xfce4-wavelan-plugin/Makefile
+++ b/sysutils/xfce4-wavelan-plugin/Makefile
@@ -22,4 +22,10 @@ USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig
USE_XFCE= configenv panel
USE_XLIB= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
+.include <bsd.port.post.mk>