aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/bsd-airtools
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-01 08:56:42 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-01 08:56:42 +0000
commit476721fab561729de8b7613d185202a76730f948 (patch)
tree9e0c0572fc10613314f97b148690c4f9d356650d /net-mgmt/bsd-airtools
parent261ca9834593d9b88b2d785cd4401607d8b43073 (diff)
downloadports-476721fab561729de8b7613d185202a76730f948.tar.gz
ports-476721fab561729de8b7613d185202a76730f948.zip
Notes
Diffstat (limited to 'net-mgmt/bsd-airtools')
-rw-r--r--net-mgmt/bsd-airtools/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-mgmt/bsd-airtools/Makefile b/net-mgmt/bsd-airtools/Makefile
index 6d3ceae0c226..93b24b883261 100644
--- a/net-mgmt/bsd-airtools/Makefile
+++ b/net-mgmt/bsd-airtools/Makefile
@@ -42,4 +42,10 @@ do-install:
${DOCSDIR}/README.`${BASENAME} ${TOOL}`
.endfor
-.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>