diff options
author | marcus <marcus@FreeBSD.org> | 2008-03-01 14:24:16 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2008-03-01 14:24:16 +0800 |
commit | b24df1760845acde84584058b5b83d412f4e88af (patch) | |
tree | 0b59f38bd55797f51c7428a3663805ebd7968859 /finance | |
parent | 6127ef4c19b3753b5c840084cb831d63174d1be5 (diff) | |
download | freebsd-ports-gnome-b24df1760845acde84584058b5b83d412f4e88af.tar.gz freebsd-ports-gnome-b24df1760845acde84584058b5b83d412f4e88af.tar.zst freebsd-ports-gnome-b24df1760845acde84584058b5b83d412f4e88af.zip |
Chase guile update.
PR: 121137
Submitted by: David Barksdale <amatus@gnu.org>
Diffstat (limited to 'finance')
-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 f519cdc65225..e4ae3b57817c 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnucash PORTVERSION= 2.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.gnucash.org/pub/gnucash/sources/stable/ @@ -23,7 +23,7 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ gtkhtml-3.8.15:${PORTSDIR}/www/gtkhtml38 \ goffice-0.4:${PORTSDIR}/devel/goffice04 RUN_DEPENDS= guile>=1.6.8_2:${PORTSDIR}/lang/guile \ - ${LOCALBASE}/share/guile/1.6/slibcat:${PORTSDIR}/lang/slib-guile \ + ${LOCALBASE}/share/guile/1.8/slibcat:${PORTSDIR}/lang/slib-guile \ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ ${SITE_PERL}/Finance/Quote.pm:${PORTSDIR}/finance/p5-Finance-Quote \ |