diff options
Diffstat (limited to 'www/pecl-http')
-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 d72c591aa0d7..1a5f1c159361 100644 --- a/www/pecl-http/Makefile +++ b/www/pecl-http/Makefile @@ -3,6 +3,7 @@ PORTNAME= http PORTVERSION= 1.7.5 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -12,7 +13,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= miwi@FreeBSD.org COMMENT= Extended HTTP Support -LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl USE_PHP= yes USE_PHPEXT= yes |