From dc49ade4dddd522f502bd72d07ca9d76a321061c Mon Sep 17 00:00:00 2001 From: vanilla Date: Thu, 21 Feb 2013 06:04:53 +0000 Subject: Add missing dependency. Submitted by: miwi@ --- www/pecl-solr/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit