diff options
Diffstat (limited to 'www/pecl-solr/Makefile')
-rw-r--r-- | www/pecl-solr/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/pecl-solr/Makefile b/www/pecl-solr/Makefile index 32fa78534006..66437033eca0 100644 --- a/www/pecl-solr/Makefile +++ b/www/pecl-solr/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= solr -PORTVERSION= 1.0.2 -PORTREVISION= 2 +PORTVERSION= 1.1.1 CATEGORIES= www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -13,7 +12,7 @@ MAINTAINER= gaod@hychen.org COMMENT= The Apache Solr PHP extension LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ - xml2:${PORTSDIR}/textproc/libxml2 + xml2:${PORTSDIR}/textproc/libxml2 USE_PHP= json USE_PHPEXT= yes |