diff options
Diffstat (limited to 'www/pecl-http/Makefile')
-rw-r--r-- | www/pecl-http/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/pecl-http/Makefile b/www/pecl-http/Makefile index 6b079fc9db81..6368a88c4b8b 100644 --- a/www/pecl-http/Makefile +++ b/www/pecl-http/Makefile @@ -7,6 +7,7 @@ PORTNAME= http PORTVERSION= 1.6.6 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -16,7 +17,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= miwi@FreeBSD.org COMMENT= Extended HTTP Support -LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl USE_PHP= yes USE_PHPEXT= yes |