aboutsummaryrefslogtreecommitdiff
path: root/lang/php55
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-06-11 14:49:59 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-06-11 14:49:59 +0000
commit9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92 (patch)
treec4f78cbaf45ab044db3e157be708afd711a4e841 /lang/php55
parent0533abe3e7aae5c19e0a0ce9c1e82ed5e94f63e8 (diff)
Notes
Diffstat (limited to 'lang/php55')
-rw-r--r--lang/php55/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php55/Makefile b/lang/php55/Makefile
index c01ac13cb450..59d655cf63c8 100644
--- a/lang/php55/Makefile
+++ b/lang/php55/Makefile
@@ -143,7 +143,7 @@ CONFIGURE_ENV+= ac_cv_pthreads_lib="" \
lt_cv_path_SED="sed"
.if ${PORT_OPTIONS:MLINKTHR}
-CONFIGURE_ENV+= LIBS="${LIBS} ${PTHREAD_LIBS}"
+LIBS+= ${PTHREAD_LIBS}
.endif
.if ${PORT_OPTIONS:MDEBUG}