diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-06-25 07:34:33 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-06-25 07:34:33 +0000 |
commit | f8d357bc2fba92ddd07ceaa160b5f8bf59a19c50 (patch) | |
tree | 470025fa0f2142777421571a2277e3e62dfc0a43 /www/pear-HTTP_Client/Makefile | |
parent | e13e30928ef38e052e456be8e13c649847f2bb78 (diff) | |
download | ports-f8d357bc2fba92ddd07ceaa160b5f8bf59a19c50.tar.gz ports-f8d357bc2fba92ddd07ceaa160b5f8bf59a19c50.zip |
Notes
Diffstat (limited to 'www/pear-HTTP_Client/Makefile')
-rw-r--r-- | www/pear-HTTP_Client/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/pear-HTTP_Client/Makefile b/www/pear-HTTP_Client/Makefile index 610f5d524b99..6eadd476b750 100644 --- a/www/pear-HTTP_Client/Makefile +++ b/www/pear-HTTP_Client/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTTP_Client -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 CATEGORIES= www pear MAINTAINER= joseph@randomnetworks.com @@ -14,7 +14,8 @@ COMMENT= PEAR classes for high level HTTP requests BUILD_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP \ ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP \ + ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request CATEGORY= HTTP FILES= Client.php Client/CookieManager.php |