From owner-svn-ports-head@FreeBSD.ORG Thu Feb 21 06:04:54 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8EA40667; Thu, 21 Feb 2013 06:04:54 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 80F0B113D; Thu, 21 Feb 2013 06:04:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1L64sWo096850; Thu, 21 Feb 2013 06:04:54 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1L64sUC096849; Thu, 21 Feb 2013 06:04:54 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201302210604.r1L64sUC096849@svn.freebsd.org> From: "Vanilla I. Shu" Date: Thu, 21 Feb 2013 06:04:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312705 - head/www/pecl-solr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Feb 2013 06:04:54 -0000 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