diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/ipw-firmware/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/ipw-firmware/Makefile b/net/ipw-firmware/Makefile index 20e5f64e3dcf..5673933390b8 100644 --- a/net/ipw-firmware/Makefile +++ b/net/ipw-firmware/Makefile @@ -57,6 +57,10 @@ IS_INTERACTIVE= yes .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700013 +BROKEN= "Incorrect pkg-plist" +.endif + # That's a bit arbitrary since I have no idea if ${DRIVERNAME}(4) can be # compiled on FreeBSD previous to 5.3-RELEASE. This is just too old, people # should move on. I may change this if I get successful reports though. |