diff options
Diffstat (limited to 'net/ipw-firmware/Makefile')
-rw-r--r-- | net/ipw-firmware/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/ipw-firmware/Makefile b/net/ipw-firmware/Makefile index 462c7ad003e1..7038b001158f 100644 --- a/net/ipw-firmware/Makefile +++ b/net/ipw-firmware/Makefile @@ -65,6 +65,11 @@ IS_INTERACTIVE= yes IGNORE= needs at least FreeBSD 5.3-RELEASE .endif +.if ( ${OSVERSION} >= 700014 ) +IGNORE= is now obsolete, install net/${DRIVERNAME}-firmware-kmod instead +.endif + + .if ${OSVERSION} > ${MIN7OSVERSION} SUB_LIST+= DONT_NEED_CONTROL="@comment " MTREE_DIRRM= "@comment " |