svn commit: r312705 - head/www/pecl-solr
Vanilla I. Shu
vanilla at FreeBSD.org
Thu Feb 21 06:04:54 UTC 2013
Author: vanilla
Date: Thu Feb 21 06:04:53 2013
New Revision: 312705
URL: http://svnweb.freebsd.org/changeset/ports/312705
Log:
Add missing dependency.
Submitted by: miwi@
Modified:
head/www/pecl-solr/Makefile
Modified: head/www/pecl-solr/Makefile
==============================================================================
--- head/www/pecl-solr/Makefile Thu Feb 21 04:57:45 2013 (r312704)
+++ head/www/pecl-solr/Makefile Thu Feb 21 06:04:53 2013 (r312705)
@@ -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>
More information about the svn-ports-head
mailing list