diff options
author | kris <kris@FreeBSD.org> | 2006-01-20 07:47:10 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-01-20 07:47:10 +0800 |
commit | bdae74a3c13abb42f123584fed5aee125514d3c2 (patch) | |
tree | ed701daddb169c89b72dc2d816a51ea27ed2a6e3 /net | |
parent | 0128e6dde78cec972dd84e226acc5656dafa0810 (diff) | |
download | freebsd-ports-gnome-bdae74a3c13abb42f123584fed5aee125514d3c2.tar.gz freebsd-ports-gnome-bdae74a3c13abb42f123584fed5aee125514d3c2.tar.zst freebsd-ports-gnome-bdae74a3c13abb42f123584fed5aee125514d3c2.zip |
BROKEN on 7.0: Incorrect pkg-plist
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. |