diff options
author | eik <eik@FreeBSD.org> | 2004-01-23 05:12:03 +0800 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-01-23 05:12:03 +0800 |
commit | f8d331586b4d4003ffdf701fa9032096b30d6cfe (patch) | |
tree | 9b511ab144ad804d47a4399c1b9f1f050432d96a /finance/gnucash | |
parent | cdaf1dd2b742221c82510f5c9e3d6a8337b1b65c (diff) | |
download | freebsd-ports-gnome-f8d331586b4d4003ffdf701fa9032096b30d6cfe.tar.gz freebsd-ports-gnome-f8d331586b4d4003ffdf701fa9032096b30d6cfe.tar.zst freebsd-ports-gnome-f8d331586b4d4003ffdf701fa9032096b30d6cfe.zip |
move the following ports to finance:
- deskutils/cbb
- deskutils/gnofin
- deskutils/moneydance
- deskutils/xinvest
- devel/libstocks
- misc/emma
- misc/gnomepm
- misc/p5-Finance-Currency-Convert
- misc/p5-Finance-Quote
- misc/p5-Finance-QuoteHist
- misc/quantlib
- misc/wmstock
- misc/xquote
PR: 59357
Submitted by: linimon
Approved by: marcus (mentor)
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 |