summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/gogo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gogo/Makefile b/audio/gogo/Makefile
index f78ba4ca45fb..d77f6ae1b30f 100644
--- a/audio/gogo/Makefile
+++ b/audio/gogo/Makefile
@@ -32,7 +32,7 @@ pre-fetch:
@${ECHO_MSG} "set WITH_THREADS to compile with linuxthreads."
@${ECHO_MSG} "It would increase performance in SMP environment."
.else
-MAKE_ENV+= "WITH_THREADS=yes"
+MAKE_ENV+= "USE_MT=yes"
LIB_DEPENDS= lthread.2:${PORTSDIR}/devel/linuxthreads
.endif