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-http/Makefile | |
parent | 4973e5b396de5fdc84495adcdcb1f40854c8ebcd (diff) | |
download | ports-dca255c3cec21c0c66003eb626763c7fdc2cb59a.tar.gz ports-dca255c3cec21c0c66003eb626763c7fdc2cb59a.zip |
Notes
Diffstat (limited to 'www/pecl-http/Makefile')
-rw-r--r-- | www/pecl-http/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/pecl-http/Makefile b/www/pecl-http/Makefile index ce5a29c0f1c6..b0d1573f1fa2 100644 --- a/www/pecl-http/Makefile +++ b/www/pecl-http/Makefile @@ -26,9 +26,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ PHP_DEFAULT= 7.0 IGNORE_WITH_PHP= 55 56 -USES= tar:tgz -USE_PHP= yes -USE_PHPEXT= yes +USES= php:ext tar:tgz CONFLICTS= pecl-http[12]* .include <bsd.port.mk> |