diff options
Diffstat (limited to 'www/pecl-solr/Makefile')
-rw-r--r-- | www/pecl-solr/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/pecl-solr/Makefile b/www/pecl-solr/Makefile index 1bbc201..3b7a03a 100644 --- a/www/pecl-solr/Makefile +++ b/www/pecl-solr/Makefile @@ -16,10 +16,8 @@ BROKEN_powerpc64= Does not build LIB_DEPENDS= libcurl.so:ftp/curl \ libxml2.so:textproc/libxml2 -USE_PHP= json -USE_PHPEXT= yes -USE_PHPIZE= yes -USE_PHP_BUILD= yes +USES= php:ext +USE_PHP= json:build IGNORE_WITH_PHP= 70 .include <bsd.port.mk> |