diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-07-11 16:26:26 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-07-11 16:26:26 +0000 |
commit | c2d1a14c7c87601a2482b2337ade1454f6ac5a68 (patch) | |
tree | d6c77b7a4c1035ef2fe37dd09eb4885e2b07cae0 /www/pecl-http | |
parent | fcf1af8ef459be093271d14274f70832a4bc883a (diff) | |
download | ports-c2d1a14c7c87601a2482b2337ade1454f6ac5a68.tar.gz ports-c2d1a14c7c87601a2482b2337ade1454f6ac5a68.zip |
Notes
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 |