summaryrefslogtreecommitdiff
path: root/net/acx100
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-09-02 23:21:42 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-09-02 23:21:42 +0000
commit761355d607a66440be50a49839df5a6fcf38488a (patch)
tree594fb9c30cb45124da9bd4a7b8102ce0f0c73ce8 /net/acx100
parentNO_PACKAGE is unnecessary since redistribution is prevented by RESTRICTED (diff)
BROKEN on 6.x: Does not compile
Diffstat (limited to 'net/acx100')
-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>