diff options
author | marcus <marcus@FreeBSD.org> | 2010-02-15 04:49:18 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2010-02-15 04:49:18 +0800 |
commit | 6e31688f56c7df97c27365a5e22037d58ef5e825 (patch) | |
tree | 6d03fb9f2d3c1df1740c047a17fcf8425d95a819 /finance | |
parent | ba35824a7ffe9fc5c6b33f9821c36620b2d2e167 (diff) | |
download | freebsd-ports-gnome-6e31688f56c7df97c27365a5e22037d58ef5e825.tar.gz freebsd-ports-gnome-6e31688f56c7df97c27365a5e22037d58ef5e825.tar.zst freebsd-ports-gnome-6e31688f56c7df97c27365a5e22037d58ef5e825.zip |
Chase the goffice 0.8.0 update.
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 \ |