diff options
author | flz <flz@FreeBSD.org> | 2006-04-18 17:43:19 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2006-04-18 17:43:19 +0800 |
commit | f72c4ed970938ed9ffcba818cab907d4a6db8649 (patch) | |
tree | 1c54ffa9cdb094b710aba585a666a893a648d005 /net | |
parent | cf7fab558bd8da542b09e1d7d304c03f585dc10d (diff) | |
download | freebsd-ports-gnome-f72c4ed970938ed9ffcba818cab907d4a6db8649.tar.gz freebsd-ports-gnome-f72c4ed970938ed9ffcba818cab907d4a6db8649.tar.zst freebsd-ports-gnome-f72c4ed970938ed9ffcba818cab907d4a6db8649.zip |
Mark IGNORE for recent OSVERSION and point to net/${DRIVERNAME}-firmware-kmod.
Diffstat (limited to 'net')
-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 " |