aboutsummaryrefslogtreecommitdiff
path: root/audio/sphinxbase/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/sphinxbase/Makefile')
-rw-r--r--audio/sphinxbase/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/sphinxbase/Makefile b/audio/sphinxbase/Makefile
index 59ea575fc924..2b240996d993 100644
--- a/audio/sphinxbase/Makefile
+++ b/audio/sphinxbase/Makefile
@@ -38,8 +38,7 @@ CONFIGURE_ENV+= HAVE_PKGCONFIG=no
.endif
.if ${PORT_OPTIONS:MTHREADS}
-CPPFLAGS+= ${PTHREAD_CFLAGS}
-LDFLAGS+= ${PTHREAD_LIBS}
+LDFLAGS+= -lpthread
CONFIGURE_ARGS+= --enable-threads
.else
CONFIGURE_ARGS+= --disable-threads