diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-01-13 02:46:54 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-01-13 02:46:54 +0800 |
commit | 09e76f6ec7c314d170e7f40104c74532e790f2a6 (patch) | |
tree | 6ed96a70b52edf604f91657146d1c7e8de90af24 | |
parent | 1763745445195e2b7037a1991f829c30499e2d63 (diff) | |
download | freebsd-ports-gnome-09e76f6ec7c314d170e7f40104c74532e790f2a6.tar.gz freebsd-ports-gnome-09e76f6ec7c314d170e7f40104c74532e790f2a6.tar.zst freebsd-ports-gnome-09e76f6ec7c314d170e7f40104c74532e790f2a6.zip |
- Cosmetic change
-rw-r--r-- | finance/p5-Finance-QuoteHist/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/finance/p5-Finance-QuoteHist/Makefile b/finance/p5-Finance-QuoteHist/Makefile index 9958624042c8..7beb35e54698 100644 --- a/finance/p5-Finance-QuoteHist/Makefile +++ b/finance/p5-Finance-QuoteHist/Makefile @@ -19,12 +19,7 @@ BUILD_DEPENDS= p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \ p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \ p5-Text-CSV>=0:${PORTSDIR}/textproc/p5-Text-CSV \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -RUN_DEPENDS= p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \ - p5-HTML-TableExtract>=2.07:${PORTSDIR}/www/p5-HTML-TableExtract \ - p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ - p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \ - p5-Text-CSV>=0:${PORTSDIR}/textproc/p5-Text-CSV \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure |