diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2015-01-13 12:53:29 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2015-01-13 12:53:29 +0000 |
commit | 8f935d473979e13d45ec4b392ca7325557f8a1be (patch) | |
tree | ed95e4d9b43c4a6d07221547d6ad5258b80e08be /www | |
parent | 50b75108fa64ab38a82159b00c3565ebf51b4a20 (diff) | |
download | ports-8f935d473979e13d45ec4b392ca7325557f8a1be.tar.gz ports-8f935d473979e13d45ec4b392ca7325557f8a1be.zip |
Fix CONFLICTS.
Submitted by: mat@
Notes
Notes:
svn path=/head/; revision=376928
Diffstat (limited to 'www')
-rw-r--r-- | www/pecl-http/Makefile | 2 | ||||
-rw-r--r-- | www/pecl-http1/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/pecl-http/Makefile b/www/pecl-http/Makefile index 724084470983..3039a80ba421 100644 --- a/www/pecl-http/Makefile +++ b/www/pecl-http/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes -CONFLICTS= pecl-http-1* +CONFLICTS= pecl-http1-* CONFIGURE_ARGS+= --with-http-curl-requests \ --with-http-zlib-compression \ diff --git a/www/pecl-http1/Makefile b/www/pecl-http1/Makefile index ab0c8ba64a60..550be7a4aa06 100644 --- a/www/pecl-http1/Makefile +++ b/www/pecl-http1/Makefile @@ -22,7 +22,7 @@ USE_PHP= yes USE_PHPEXT= yes PHP_MODNAME= http IGNORE_WITH_PHP= 56 -CONFLICTS= pecl-http-2* +CONFLICTS= pecl-http-* CONFIGURE_ARGS+= --with-http-curl-requests \ --with-http-zlib-compression \ |