aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/pecl-solr/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/pecl-solr/Makefile b/www/pecl-solr/Makefile
index 6166b96cf089..a36e979737e2 100644
--- a/www/pecl-solr/Makefile
+++ b/www/pecl-solr/Makefile
@@ -14,7 +14,9 @@ COMMENT= The Apache Solr PHP extension
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
xml2:${PORTSDIR}/textproc/libxml2
-USE_PHP= yes
+USE_PHP= json
USE_PHPEXT= yes
+USE_PHPIZE= yes
+USE_PHP_BUILD= yes
.include <bsd.port.mk>