diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-12 07:52:00 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-12 07:52:00 +0000 |
commit | d987d9cf9ac46199f34f77e2ecb27911f130c1fe (patch) | |
tree | ff056bc4e8110e9d36c7115da8b03037dac2d087 /emulators/bochs/Makefile | |
parent | 8d78beb9b0fd9664ce115b164acb04ac7786e68d (diff) | |
download | ports-d987d9cf9ac46199f34f77e2ecb27911f130c1fe.tar.gz ports-d987d9cf9ac46199f34f77e2ecb27911f130c1fe.zip |
Notes
Diffstat (limited to 'emulators/bochs/Makefile')
-rw-r--r-- | emulators/bochs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index 248a77a303fb..96bccc783f5f 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -41,8 +41,8 @@ RUN_DEPENDS+= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients .endif .if defined(WITH_BOCHS_PROCESSORS) -.if ${WITH_BOCHS_CPU_LEVEL} < 1 || ${WITH_BOCHS_CPU_LEVEL} > 15 -.error "WITH_BOCHS_CPU_LEVEL must be an integer value between 1 and 15." +.if ${WITH_BOCHS_PROCESSORS} < 1 || ${WITH_BOCHS_PROCESSORS} > 15 +.error "WITH_BOCHS_PROCESSORS must be an integer value between 1 and 15." .endif CONFIGURE_ARGS+= --enable-processors=${WITH_BOCHS_PROCESSORS} WITH_BOCHS_CPU_LEVEL= 6 |