diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-02-05 01:24:37 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-02-05 01:24:37 +0000 |
commit | 8fc69114130a68c84d2758060af2eda6ce552b9a (patch) | |
tree | 8dba8e0f6cb49980d9e530d88438121cc6583f75 /www/pear-HTTP_Client | |
parent | Update port: sysutils/pear-File to 1.1.0RC4 (diff) |
MAINTAINER FIX: www/pear-HTTP_Client
Looks like this also depends on www/pear-HTTP_Request.
PR: ports/77018
Submitted by: Joseph Scott <joseph@randomnetworks.com>
Notes
Notes:
svn path=/head/; revision=128061
Diffstat (limited to 'www/pear-HTTP_Client')
-rw-r--r-- | www/pear-HTTP_Client/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/pear-HTTP_Client/Makefile b/www/pear-HTTP_Client/Makefile index 3f2a07a259cb..5d4f019218ee 100644 --- a/www/pear-HTTP_Client/Makefile +++ b/www/pear-HTTP_Client/Makefile @@ -12,7 +12,8 @@ CATEGORIES= www pear MAINTAINER= joseph@randomnetworks.com COMMENT= PEAR classes for high level HTTP requests -BUILD_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP +BUILD_DEPENDS= ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP \ + ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request RUN_DEPENDS= ${BUILD_DEPENDS} CATEGORY= HTTP |