summaryrefslogtreecommitdiff
path: root/finance/gnucash
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2008-03-15 15:36:05 +0000
committerMichael Johnson <ahze@FreeBSD.org>2008-03-15 15:36:05 +0000
commit9cf5395e6549a5700ca9b1442274e1f7821be713 (patch)
treeec6715bf8d97340c791a4522ff390ed0dd6cd45b /finance/gnucash
parent- Add missing dependency on jhead (diff)
Chase libversion bump in finance/libofx
Pointyhat to: miwi
Notes
Notes: svn path=/head/; revision=209119
Diffstat (limited to 'finance/gnucash')
-rw-r--r--finance/gnucash/Makefile4
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 \