diff options
author | ahze <ahze@FreeBSD.org> | 2008-03-15 23:36:05 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2008-03-15 23:36:05 +0800 |
commit | cac3d4f4b12ce54345c5b501b0f4222f258b5816 (patch) | |
tree | b773527fbf52a0ef063d982e0c0904ff12929895 /finance | |
parent | 80b63905cd1b6121dd2d8b4b9b9dc9cb04464540 (diff) | |
download | freebsd-ports-gnome-cac3d4f4b12ce54345c5b501b0f4222f258b5816.tar.gz freebsd-ports-gnome-cac3d4f4b12ce54345c5b501b0f4222f258b5816.tar.zst freebsd-ports-gnome-cac3d4f4b12ce54345c5b501b0f4222f258b5816.zip |
Chase libversion bump in finance/libofx
Pointyhat to: miwi
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 ac6dd4b29481..b682a5e100aa 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnucash PORTVERSION= 2.2.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= finance gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.gnucash.org/pub/gnucash/sources/stable/ @@ -20,7 +20,7 @@ COMMENT= Quicken-like money and finance manager BUILD_DEPENDS= guile>=1.6.8_2:${PORTSDIR}/lang/guile \ ${LOCALBASE}/share/guile/1.8/slibcat:${PORTSDIR}/lang/slib-guile LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ - ofx.3:${PORTSDIR}/finance/libofx \ + ofx.4:${PORTSDIR}/finance/libofx \ gtkhtml-3.8.15:${PORTSDIR}/www/gtkhtml38 \ goffice-0.4:${PORTSDIR}/devel/goffice04 RUN_DEPENDS= guile>=1.6.8_2:${PORTSDIR}/lang/guile \ |