diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-09-27 20:32:09 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-09-27 20:32:09 +0000 |
commit | 8c5084386f65c22f4d7e8827cac75f809cdeec8f (patch) | |
tree | 7d870f063b7860f803cf636409ce473557124418 /comms/uticom | |
parent | fa04344cccba269a1e9c551cec2019e28118b313 (diff) |
Notes
Diffstat (limited to 'comms/uticom')
-rw-r--r-- | comms/uticom/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/comms/uticom/Makefile b/comms/uticom/Makefile index 2d75352f6a3f..81190b40f8b7 100644 --- a/comms/uticom/Makefile +++ b/comms/uticom/Makefile @@ -26,6 +26,10 @@ PLIST_FILES= uticom.ko .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 800064 +BROKEN= does not compile +.endif + # Make sure kernel sources are present before going any further .if ! exists(${SRCPREFIX}/sys/dev/usb/usb.c) IGNORE= you need to extract kernel source tree before building this package |