summaryrefslogtreecommitdiff
path: root/devel/libpthread-stubs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libpthread-stubs/Makefile')
-rw-r--r--devel/libpthread-stubs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libpthread-stubs/Makefile b/devel/libpthread-stubs/Makefile
index 540d1137f77a..0913a917192d 100644
--- a/devel/libpthread-stubs/Makefile
+++ b/devel/libpthread-stubs/Makefile
@@ -24,7 +24,7 @@ GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
-CONFIGURE_ENV+= LDFLAGS=-lpthread
+LDFLAGS+= -lpthread
.endif
.include <bsd.port.post.mk>