aboutsummaryrefslogtreecommitdiffstats
path: root/finance/homebank
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2012-03-06 05:52:14 +0800
committerswills <swills@FreeBSD.org>2012-03-06 05:52:14 +0800
commit1cc2ca8202b3a2b045f173cfc9dcbd8e6569bb9e (patch)
tree6ff9b37ebf5de05c46c2e028c8ff7a92ea397e77 /finance/homebank
parent6f94c017fa76ae6b0faa1158a69eb95183f74052 (diff)
downloadfreebsd-ports-gnome-1cc2ca8202b3a2b045f173cfc9dcbd8e6569bb9e.tar.gz
freebsd-ports-gnome-1cc2ca8202b3a2b045f173cfc9dcbd8e6569bb9e.tar.zst
freebsd-ports-gnome-1cc2ca8202b3a2b045f173cfc9dcbd8e6569bb9e.zip
- Chase libofx shared version bump
PR: ports/165716 Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
Diffstat (limited to 'finance/homebank')
-rw-r--r--finance/homebank/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/finance/homebank/Makefile b/finance/homebank/Makefile
index 9449e7b7fb7a..b0d8a3029b77 100644
--- a/finance/homebank/Makefile
+++ b/finance/homebank/Makefile
@@ -7,6 +7,7 @@
PORTNAME= homebank
PORTVERSION= 4.4
+PORTREVISION= 1
CATEGORIES= finance
MASTER_SITES= http://homebank.free.fr/public/
@@ -32,7 +33,7 @@ LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
.if defined(WITHOUT_OFX)
CONFIGURE_ARGS+=--without-ofx
.else
-LIB_DEPENDS+= ofx.4:${PORTSDIR}/finance/libofx
+LIB_DEPENDS+= ofx.5:${PORTSDIR}/finance/libofx
CONFIGURE_ARGS+=--with-ofx
.endif