diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-01-22 21:12:03 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-01-22 21:12:03 +0000 |
commit | a335a55aced5e6933285fecfc7eb78fea2e08726 (patch) | |
tree | bddc13a8f41829718b913b1f937128ba8c08ed8a /finance/gnucash | |
parent | f057149ccb90a15e2d1492ffaa443a40f14b925f (diff) |
Notes
Diffstat (limited to 'finance/gnucash')
-rw-r--r-- | finance/gnucash/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index 16071eeb57f4..17449fa0bcaf 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -27,8 +27,8 @@ RUN_DEPENDS= ${LOCALBASE}/share/guile/slibcat:${PORTSDIR}/lang/slib-guile \ ${SITE_PERL}/HTML/Base.pm:${PORTSDIR}/www/p5-HTML \ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ - ${SITE_PERL}/Finance/Quote.pm:${PORTSDIR}/misc/p5-Finance-Quote \ - ${SITE_PERL}/Finance/QuoteHist.pm:${PORTSDIR}/misc/p5-Finance-QuoteHist \ + ${SITE_PERL}/Finance/Quote.pm:${PORTSDIR}/finance/p5-Finance-Quote \ + ${SITE_PERL}/Finance/QuoteHist.pm:${PORTSDIR}/finance/p5-Finance-QuoteHist \ ${X11BASE}/share/gnome/omf/gnucash-docs/gnucash-guide-C.omf:${PORTSDIR}/finance/gnucash-docs USE_X_PREFIX= yes |