aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xwlans
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-09-30 10:09:26 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-09-30 10:09:26 +0000
commitc2ac294441e40c815c2cff60b3c194165dc99bcc (patch)
treec166b0bb057b96709afe0be112d63ba744bd6c9c /sysutils/xwlans
parenta0f62f166aacba0f1a17f8b19045cce40e0c19f6 (diff)
downloadports-c2ac294441e40c815c2cff60b3c194165dc99bcc.tar.gz
ports-c2ac294441e40c815c2cff60b3c194165dc99bcc.zip
Notes
Diffstat (limited to 'sysutils/xwlans')
-rw-r--r--sysutils/xwlans/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/xwlans/Makefile b/sysutils/xwlans/Makefile
index c38940a9c0ca..249ea268c871 100644
--- a/sysutils/xwlans/Makefile
+++ b/sysutils/xwlans/Makefile
@@ -18,4 +18,10 @@ COMMENT= Utilty to display your wavelan signal strength on the X11 root-display
USE_X_PREFIX= yes
PLIST_FILES= bin/xwlans
-.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>