1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

Add missing dependency.

Submitted by:	miwi@
This commit is contained in:
Vanilla I. Shu 2013-02-21 06:04:53 +00:00
parent 28c8b86e72
commit c6b0827e5c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312705

View File

@ -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>