aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2013-02-21 14:04:53 +0800
committervanilla <vanilla@FreeBSD.org>2013-02-21 14:04:53 +0800
commitdc49ade4dddd522f502bd72d07ca9d76a321061c (patch)
tree690a27abb378fae460431208bc560db6d01269e9 /www
parent3722cbba13a9ec84ec13fd422c975ff398598530 (diff)
downloadfreebsd-ports-gnome-dc49ade4dddd522f502bd72d07ca9d76a321061c.tar.gz
freebsd-ports-gnome-dc49ade4dddd522f502bd72d07ca9d76a321061c.tar.zst
freebsd-ports-gnome-dc49ade4dddd522f502bd72d07ca9d76a321061c.zip
Add missing dependency.
Submitted by: miwi@
Diffstat (limited to 'www')
-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>