aboutsummaryrefslogtreecommitdiff
path: root/net/ipw-firmware-kmod
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2006-05-08 09:43:21 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2006-05-08 09:43:21 +0000
commitf52da22443f1edbe838cce6ea627052a600dbdee (patch)
treef0f7a6f3e50e124563ac025505099d026e705820 /net/ipw-firmware-kmod
parent3e626d303b710434566799926130e022228fee1c (diff)
downloadports-f52da22443f1edbe838cce6ea627052a600dbdee.tar.gz
ports-f52da22443f1edbe838cce6ea627052a600dbdee.zip
- Fix bogus OSVERSION test.
Reported by: Joey Mingrone <joey@mingrone.org>
Notes
Notes: svn path=/head/; revision=161685
Diffstat (limited to 'net/ipw-firmware-kmod')
-rw-r--r--net/ipw-firmware-kmod/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipw-firmware-kmod/Makefile b/net/ipw-firmware-kmod/Makefile
index 468f8b37f4b3..7dafc9e1769c 100644
--- a/net/ipw-firmware-kmod/Makefile
+++ b/net/ipw-firmware-kmod/Makefile
@@ -36,7 +36,7 @@ NO_PACKAGE= "this is a modified version of a restricted firmware"
.include <bsd.port.pre.mk>
-.if ( ${OSVERSION} >= 700000 && ${OSVERSION} < 700014 )
+.if ${OSVERSION} < 700014
IGNORE= needs fresh ${DRIVERNAME}(4), install net/${DRIVERNAME}-firmware instead
.endif