diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-09-11 15:52:31 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-09-11 15:52:31 +0000 |
commit | 70bb5c7006e28446992cbd9ae8b1fcb7fb7f0b9a (patch) | |
tree | 0cdb9e37524e62889c6a2d4e7f5675a3121a5571 /deskutils | |
parent | 036c5445d22a12273d8bfc6f93b061ae891c40f4 (diff) | |
download | FreeBSD-ports-70bb5c7006e28446992cbd9ae8b1fcb7fb7f0b9a.zip FreeBSD-ports-70bb5c7006e28446992cbd9ae8b1fcb7fb7f0b9a.tar.gz |
Refine RUN_DEPENDS: delete obsolete gnuplot and add two perl modules necessary
for getting stock quote updates.
PR: 30403
Submitted by: Glenn Johnson <gjohnson@srrc.ars.usda.gov>
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gnucash/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/deskutils/gnucash/Makefile b/deskutils/gnucash/Makefile index 13d61e6..f1b822b 100644 --- a/deskutils/gnucash/Makefile +++ b/deskutils/gnucash/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnucash PORTVERSION= 1.6.2 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= http://www.gnucash.org/pub/gnucash/sources/stable/ \ ftp://ftp.gnucash.org/pub/gnucash/sources/stable/ \ @@ -23,9 +24,10 @@ LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile \ guppidata.11:${PORTSDIR}/math/guppi \ popt.0:${PORTSDIR}/devel/popt RUN_DEPENDS= ${LOCALBASE}/share/slib/Template.scm:${PORTSDIR}/lang/slib \ - gnuplot:${PORTSDIR}/math/gnuplot \ ${site_perl}/HTML/Base.pm:${PORTSDIR}/www/p5-HTML \ - ${site_perl}/LWP.pm:${PORTSDIR}/www/p5-libwww + ${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= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} |