aboutsummaryrefslogtreecommitdiff
path: root/devel/xxl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/xxl/Makefile')
-rw-r--r--devel/xxl/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/xxl/Makefile b/devel/xxl/Makefile
index 52dd090853ca..e95b8b645a71 100644
--- a/devel/xxl/Makefile
+++ b/devel/xxl/Makefile
@@ -24,10 +24,7 @@ PORTDOCS= xxl.html xxl.pdf
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MTHREADS}
-CONFIGURE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
- PTHREAD_LIBS="${PTHREAD_LIBS}"
-.else
+.if !${PORT_OPTIONS:MTHREADS}
CONFIGURE_ARGS+=--without-threads
.endif