diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 05:21:59 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 05:21:59 +0000 |
commit | 5f7e07eadd74a0637f68155fcf8812a3ca767b87 (patch) | |
tree | b0e62a74b239a62dfb4b4aa02f3c2f43bdd4b174 /finance/p5-Finance-Currency-Convert-WebserviceX | |
parent | 190f9c279bc0fc8ecd18ea530e9056d23ace307d (diff) |
- Remove SITE_PERL from *_DEPENDS
Notes
Notes:
svn path=/head/; revision=298334
Diffstat (limited to 'finance/p5-Finance-Currency-Convert-WebserviceX')
-rw-r--r-- | finance/p5-Finance-Currency-Convert-WebserviceX/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/p5-Finance-Currency-Convert-WebserviceX/Makefile b/finance/p5-Finance-Currency-Convert-WebserviceX/Makefile index 04971bafd8cf..640f4309a203 100644 --- a/finance/p5-Finance-Currency-Convert-WebserviceX/Makefile +++ b/finance/p5-Finance-Currency-Convert-WebserviceX/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Lightweight currency conversion using WebserviceX.NET -BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ +BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-Module-Install>=0.65:${PORTSDIR}/devel/p5-Module-Install RUN_DEPENDS:= ${BUILD_DEPENDS} |