diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2012-03-30 12:37:46 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2012-03-30 12:37:46 +0000 |
commit | bdb61663a4c8a3078c024ce91ca1d6ec6f591b33 (patch) | |
tree | c1e1a537c1d4f36e213a6d69a9ac2c6ecf4d5f12 /emulators | |
parent | 0f073896d319bc365a8899f81544207fc8231a69 (diff) |
Notes
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 |