diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-28 14:00:45 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-28 14:00:45 +0000 |
commit | dca255c3cec21c0c66003eb626763c7fdc2cb59a (patch) | |
tree | e6eac391e081f99a997be8b0d8e036d22d5fe2a9 /www/pecl-solr/Makefile | |
parent | 4973e5b396de5fdc84495adcdcb1f40854c8ebcd (diff) |
Notes
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 1bbc2010fe89..3b7a03a0c4df 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> |