diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-10-09 08:00:59 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-10-09 08:00:59 +0000 |
commit | 9820b72071a0195deb01f00969a602aefdc57ceb (patch) | |
tree | f791450aaf00add020da5df49f018b790093c4d4 /finance | |
parent | 5ba594429c2c2f819c7e2a06bab27b9caccd7470 (diff) |
- Chase finance/libofx share library version bump
Notes
Notes:
svn path=/head/; revision=175046
Diffstat (limited to 'finance')
-rw-r--r-- | finance/gnucash/Makefile | 4 | ||||
-rw-r--r-- | finance/grisbi/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index 5be874427c6c..416643627041 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnucash PORTVERSION= 1.8.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance gnome MASTER_SITES= http://www.gnucash.org/pub/gnucash/sources/stable/ \ ${MASTER_SITE_SOURCEFORGE} @@ -19,7 +19,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.2:${PORTSDIR}/finance/libofx \ + ofx.3:${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 \ diff --git a/finance/grisbi/Makefile b/finance/grisbi/Makefile index c80a8ace0804..d418fb674000 100644 --- a/finance/grisbi/Makefile +++ b/finance/grisbi/Makefile @@ -7,6 +7,7 @@ PORTNAME= grisbi PORTVERSION= 0.5.8 +PORTREVISION= 1 CATEGORIES= finance MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= thierry@FreeBSD.org COMMENT= A personnal accounting application -LIB_DEPENDS= ofx.2:${PORTSDIR}/finance/libofx +LIB_DEPENDS= ofx.3:${PORTSDIR}/finance/libofx .if !defined(WITHOUT_LATEX) RUN_DEPENDS= ${UCS_CLASSDIR}/ucs.sty:${PORTSDIR}/print/latex-ucs .endif |