summaryrefslogtreecommitdiff
path: root/emulators/bochs
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-12-12 07:52:00 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-12-12 07:52:00 +0000
commitd987d9cf9ac46199f34f77e2ecb27911f130c1fe (patch)
treeff056bc4e8110e9d36c7115da8b03037dac2d087 /emulators/bochs
parentfix fetch for x11/xantfarm (diff)
Fix emulators/bochs WITH_BOCHS_PROCESSORS
PR: ports/45827 Submitted by: Ceri Davies <ceri@FreeBSD.org>
Notes
Notes: svn path=/head/; revision=71561
Diffstat (limited to 'emulators/bochs')
-rw-r--r--emulators/bochs/Makefile4
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