diff options
Diffstat (limited to 'www/pear-HTTP_Client/Makefile')
-rw-r--r-- | www/pear-HTTP_Client/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/pear-HTTP_Client/Makefile b/www/pear-HTTP_Client/Makefile index cc75247..9496053 100644 --- a/www/pear-HTTP_Client/Makefile +++ b/www/pear-HTTP_Client/Makefile @@ -8,10 +8,10 @@ CATEGORIES= www pear MAINTAINER= joseph@randomnetworks.com 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= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP \ - ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request +BUILD_DEPENDS= ${PEARDIR}/HTTP.php:www/pear-HTTP \ + ${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request +RUN_DEPENDS= ${PEARDIR}/HTTP.php:www/pear-HTTP \ + ${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request USES= pear |