aboutsummaryrefslogtreecommitdiffstats
path: root/net/acx100/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/acx100/Makefile')
-rw-r--r--net/acx100/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/acx100/Makefile b/net/acx100/Makefile
index 5cfb22fa8f9c..5ef5f7fa40e7 100644
--- a/net/acx100/Makefile
+++ b/net/acx100/Makefile
@@ -58,4 +58,8 @@ post-install:
IGNORE= This port requires newer kernel sources that include /sys/dev/owi/if_ieee80211.h
.endif
+.if ${OSVERSION} >= 601104
+BROKEN= Does not compile on FreeBSD >= 6.x
+.endif
+
.include <bsd.port.post.mk>