diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/virtualbox-ose-kmod/Makefile | 4 | ||||
-rw-r--r-- | emulators/virtualbox-ose/Makefile | 4 |
2 files changed, 4 insertions, 4 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) diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile index 96cf3330aa2d..93b0e56e9789 100644 --- a/emulators/virtualbox-ose/Makefile +++ b/emulators/virtualbox-ose/Makefile @@ -177,8 +177,8 @@ PLIST_SUB+= I386="@comment " .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} > 900012 |