diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-08-31 22:16:57 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-08-31 22:16:57 +0000 |
commit | 90be92541fdebb0dce6f2342cff7e98f0d4a9c8a (patch) | |
tree | 9c35bd5ddbe3dcadb7efd5f416ac44d84d327b10 /finance/gnucash | |
parent | f26157f4d56dd2286df1824fd0174f55a0d62576 (diff) | |
download | ports-90be92541fdebb0dce6f2342cff7e98f0d4a9c8a.tar.gz ports-90be92541fdebb0dce6f2342cff7e98f0d4a9c8a.zip |
Notes
Diffstat (limited to 'finance/gnucash')
-rw-r--r-- | finance/gnucash/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index 7b759bdab295..c3dbbdfd39c8 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnucash PORTVERSION= 1.8.11 +PORTREVISION= 1 CATEGORIES= finance gnome MASTER_SITES= http://www.gnucash.org/pub/gnucash/sources/stable/ \ ftp://ftp.gnucash.org/pub/gnucash/sources/stable/ \ @@ -20,7 +21,7 @@ COMMENT= Quicken-like money and finance manager LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile \ guppi.16:${PORTSDIR}/math/guppi \ popt.0:${PORTSDIR}/devel/popt \ - ofx.1:${PORTSDIR}/finance/libofx \ + ofx.2:${PORTSDIR}/finance/libofx \ gw-standard.0:${PORTSDIR}/devel/g-wrap RUN_DEPENDS= ${LOCALBASE}/share/guile/slibcat:${PORTSDIR}/lang/slib-guile \ ${SITE_PERL}/HTML/Base.pm:${PORTSDIR}/www/p5-HTML \ |