diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-02-14 20:49:18 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-02-14 20:49:18 +0000 |
commit | 39d8ab8b6c335c65ffd3d7295aceb77d0ee38dca (patch) | |
tree | 174db7120bdf6a87fb822f271d52d0ba936ce358 /finance | |
parent | 47d9d042c98d48b6b34e1e93a117585c05a99909 (diff) |
Notes
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 3f281a3a474a..d12e9b1fa773 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnucash PORTVERSION= 2.2.9 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= finance gnome MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION} \ http://www.gnucash.org/pub/gnucash/sources/stable/ @@ -19,7 +19,7 @@ COMMENT= Quicken-like money and finance manager BUILD_DEPENDS= guile>=1.8.6:${PORTSDIR}/lang/guile \ ${LOCALBASE}/share/guile/1.8/slibcat:${PORTSDIR}/lang/slib-guile LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ - goffice-0.8.7:${PORTSDIR}/devel/goffice + goffice-0.8.8:${PORTSDIR}/devel/goffice RUN_DEPENDS= guile>=1.8.6:${PORTSDIR}/lang/guile \ ${LOCALBASE}/share/guile/1.8/slibcat:${PORTSDIR}/lang/slib-guile \ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ |