diff --git a/devel/boehm-gc/Makefile b/devel/boehm-gc/Makefile index e6eebe4ee0ed..a0f1e2b638b7 100644 --- a/devel/boehm-gc/Makefile +++ b/devel/boehm-gc/Makefile @@ -24,7 +24,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --enable-cplusplus OPTIONS= REDIRECT "Define malloc(3)-family replacements" off \ FULLDEBUG "full-debug support (see documentation)" off \ THREADING "POSIX thread support" off \ - PARALLEL_MARK "Parallel-thread marking (faster for SMP)" on + PARALLEL_MARK "Parallel-thread marking (faster for SMP)" off .include