aboutsummaryrefslogtreecommitdiffstats
path: root/cad/brlcad/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cad/brlcad/Makefile')
-rw-r--r--cad/brlcad/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/brlcad/Makefile b/cad/brlcad/Makefile
index f4127cff4749..0ae1599b30e3 100644
--- a/cad/brlcad/Makefile
+++ b/cad/brlcad/Makefile
@@ -51,7 +51,7 @@ OPTIONS_DEFAULT= OPTIMIZATION
.include "${.CURDIR}/Makefile.man"
.include <bsd.port.pre.mk>
-EXTRA_LIBS= ${PTHREAD_LIBS}
+EXTRA_LIBS= -pthread
.if ${PORT_OPTIONS:MOPTIMIZATION}
CMAKE_BUILD_TYPE=Release