diff options
Diffstat (limited to 'emulators/virtualbox-ose-kmod/Makefile')
-rw-r--r-- | emulators/virtualbox-ose-kmod/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/virtualbox-ose-kmod/Makefile b/emulators/virtualbox-ose-kmod/Makefile index f41fe0c4add4..9935cde9bd1c 100644 --- a/emulators/virtualbox-ose-kmod/Makefile +++ b/emulators/virtualbox-ose-kmod/Makefile @@ -73,8 +73,8 @@ IGNORE= requires kernel sources .include <bsd.port.pre.mk> -.if ${OSVERSION} < 800000 -BROKEN= Does not compile on FreeBSD 7.x +.if ${OSVERSION} < 802000 +BROKEN= Does not compile on FreeBSD < 8.2 .endif .if ${OSVERSION} < 800500 && defined(WITH_VIMAGE) |