diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-11-20 07:51:03 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-11-20 07:51:03 +0000 |
commit | d1cb6dabc011054ca2b2900aae9895a7eafac572 (patch) | |
tree | 2b49a9fbbbdd57c6fc7144dbf40bc568195754af /net | |
parent | f03c76d770ce06a51d4efc7d498a50c81c3ff40c (diff) | |
download | ports-d1cb6dabc011054ca2b2900aae9895a7eafac572.tar.gz ports-d1cb6dabc011054ca2b2900aae9895a7eafac572.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/pear-XML_RPC2/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/pear-XML_RPC2/Makefile b/net/pear-XML_RPC2/Makefile index 4463892a5714..499f1e8f8bd9 100644 --- a/net/pear-XML_RPC2/Makefile +++ b/net/pear-XML_RPC2/Makefile @@ -7,15 +7,18 @@ PORTNAME= XML_RPC2 PORTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= net devel pear MAINTAINER= miwi@FreeBSD.org COMMENT= XML-RPC client/server library BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ - ${PEARDIR}/Cache/Lite.php:${PORTSDIR}/sysutils/pear-Cache_Lite + ${PEARDIR}/Cache/Lite.php:${PORTSDIR}/sysutils/pear-Cache_Lite \ + ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2 RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ - ${PEARDIR}/Cache/Lite.php:${PORTSDIR}/sysutils/pear-Cache_Lite + ${PEARDIR}/Cache/Lite.php:${PORTSDIR}/sysutils/pear-Cache_Lite \ + ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2 PEAR_AUTOINSTALL= yes USE_PHP= curl |