diff options
author | miwi <miwi@FreeBSD.org> | 2011-11-20 15:51:03 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-11-20 15:51:03 +0800 |
commit | 8a8448fa4e45e6946a0cdf65a0c029354c4ac4e3 (patch) | |
tree | 506084f14b2cdf412feacd8b81bf478a8075c688 /net/pear-XML_RPC2 | |
parent | 201c5ad41e352598e7a9932fba1d7f654f65e436 (diff) | |
download | freebsd-ports-gnome-8a8448fa4e45e6946a0cdf65a0c029354c4ac4e3.tar.gz freebsd-ports-gnome-8a8448fa4e45e6946a0cdf65a0c029354c4ac4e3.tar.zst freebsd-ports-gnome-8a8448fa4e45e6946a0cdf65a0c029354c4ac4e3.zip |
- Add missing dependency
PR: 160890
Submitted by: Laurent Frigault <lfrigault@agneau.org>
Feature safe: yes
Diffstat (limited to 'net/pear-XML_RPC2')
-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 |