aboutsummaryrefslogtreecommitdiff
path: root/lang/php70/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/php70/Makefile')
-rw-r--r--lang/php70/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/php70/Makefile b/lang/php70/Makefile
index ca69267603fa..5e068ebe061a 100644
--- a/lang/php70/Makefile
+++ b/lang/php70/Makefile
@@ -3,7 +3,7 @@
PORTNAME= php70
PORTVERSION= 7.0.6
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= lang devel www
MASTER_SITES= PHP/distributions
DISTNAME= php-${PORTVERSION}
@@ -146,6 +146,7 @@ CONFIGURE_ARGS+=--enable-debug
.if ${PORT_OPTIONS:MZTS}
CONFIGURE_ARGS+=--enable-maintainer-zts
+CONFIGURE_ENV+= pthreads_working="yes"
USES= localhost
.endif