diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-02-20 02:57:04 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-02-20 02:57:04 +0000 |
commit | a9425224f10817058f5b991255cf3a7c71c0b356 (patch) | |
tree | a7fed64054defb433132b1227a0e77028e02fb2f /www/pecl-http | |
parent | 0035e437637bd3cb16ac0a9e3a90ab639ace3666 (diff) | |
download | ports-a9425224f10817058f5b991255cf3a7c71c0b356.tar.gz ports-a9425224f10817058f5b991255cf3a7c71c0b356.zip |
Notes
Diffstat (limited to 'www/pecl-http')
-rw-r--r-- | www/pecl-http/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/pecl-http/Makefile b/www/pecl-http/Makefile index 5276b183d1be..2bee52154166 100644 --- a/www/pecl-http/Makefile +++ b/www/pecl-http/Makefile @@ -3,7 +3,7 @@ PORTNAME= http PORTVERSION= 3.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -23,7 +23,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/raphf.so:devel/pecl-raphf2 \ RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/raphf.so:devel/pecl-raphf2 \ ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/propro.so:devel/pecl-propro2 LIB_DEPENDS= libcurl.so:ftp/curl \ - libevent.so:devel/libevent2 + libevent.so:devel/libevent IGNORE_WITH_PHP= 56 USES= php:ext tar:tgz |