BROKEN on 6.x: Does not compile

This commit is contained in:
Kris Kennaway 2006-09-02 23:21:42 +00:00
parent cc4626e81d
commit 761355d607
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171931

View File

@ -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>