aboutsummaryrefslogtreecommitdiff
path: root/devel/boehm-gc
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2004-06-13 14:28:58 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2004-06-13 14:28:58 +0000
commita47f4e3179c22af9807e5daf9e23a3ca0477d71e (patch)
tree3a22a21c106aa8a5ce532a1ba8b3bcf840a1b582 /devel/boehm-gc
parentc58ac34eed59d64bbf3e7124d9017a7d10c1a9f1 (diff)
downloadports-a47f4e3179c22af9807e5daf9e23a3ca0477d71e.tar.gz
ports-a47f4e3179c22af9807e5daf9e23a3ca0477d71e.zip
Notes
Diffstat (limited to 'devel/boehm-gc')
-rw-r--r--devel/boehm-gc/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.pre.mk>