diff options
author | skv <skv@FreeBSD.org> | 2008-10-18 02:16:15 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2008-10-18 02:16:15 +0800 |
commit | 8489d4e27479e5dd01c95dd718a841b202f7a182 (patch) | |
tree | 3954723b1ffbf68044b2a8e4fb3f9f00c893e1df /finance | |
parent | ad2709c52897e451f83de21af7b8dffecdfa5ecb (diff) | |
download | freebsd-ports-graphics-8489d4e27479e5dd01c95dd718a841b202f7a182.tar.gz freebsd-ports-graphics-8489d4e27479e5dd01c95dd718a841b202f7a182.tar.zst freebsd-ports-graphics-8489d4e27479e5dd01c95dd718a841b202f7a182.zip |
Fix dependencies.
Reported by: Warren Block <wblock xx wonkity.com>
Diffstat (limited to 'finance')
-rw-r--r-- | finance/p5-Finance-Quote/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/finance/p5-Finance-Quote/Makefile b/finance/p5-Finance-Quote/Makefile index 9c429b70aee..1db39dc6fc0 100644 --- a/finance/p5-Finance-Quote/Makefile +++ b/finance/p5-Finance-Quote/Makefile @@ -7,6 +7,7 @@ PORTNAME= Finance-Quote PORTVERSION= 1.14 +PORTREVISION= 1 CATEGORIES= finance perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,6 +17,7 @@ COMMENT= Get stock and mutual fund quotes from various exchanges BUILD_DEPENDS= ${SITE_PERL}/HTML/TableExtract.pm:${PORTSDIR}/www/p5-HTML-TableExtract \ ${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \ + ${SITE_PERL}/HTML/TreeBuilder.pm:${PORTSDIR}/www/p5-HTML-Tree \ ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= ${BUILD_DEPENDS} |