aboutsummaryrefslogtreecommitdiff
path: root/lang/php5/Makefile
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-03-25 12:58:33 +0000
committerJohn Marino <marino@FreeBSD.org>2015-03-25 12:58:33 +0000
commitd945d5ea982deadca9e8b17c2e7f4f928fe6d9ee (patch)
treeb03cfdc045d4887da1bbcf9872d0180f879152a5 /lang/php5/Makefile
parent3580698ace693e3fa8ae6efd6422c8ffe0baf00b (diff)
downloadports-d945d5ea982deadca9e8b17c2e7f4f928fe6d9ee.tar.gz
ports-d945d5ea982deadca9e8b17c2e7f4f928fe6d9ee.zip
Notes
Diffstat (limited to 'lang/php5/Makefile')
-rw-r--r--lang/php5/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile
index 8b2048d0fa78..2df3d8e67f3e 100644
--- a/lang/php5/Makefile
+++ b/lang/php5/Makefile
@@ -143,7 +143,7 @@ CONFIGURE_ENV+= ac_cv_pthreads_lib="" \
lt_cv_path_SED="sed"
.if ${PORT_OPTIONS:MLINKTHR}
-LIBS+= ${PTHREAD_LIBS}
+LIBS+= -lpthread
.endif
.if ${PORT_OPTIONS:MZTS}