aboutsummaryrefslogtreecommitdiff
path: root/finance/homebank
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-03-05 21:52:14 +0000
committerSteve Wills <swills@FreeBSD.org>2012-03-05 21:52:14 +0000
commit82aa5d1e68e4fd20b906423cec489603424b2321 (patch)
treee5161176bf2b0269f1eb1571abc4c24c51714a28 /finance/homebank
parentab74a2a896d97531b8ffca9d7df67bdf64b616b2 (diff)
downloadports-82aa5d1e68e4fd20b906423cec489603424b2321.tar.gz
ports-82aa5d1e68e4fd20b906423cec489603424b2321.zip
- Chase libofx shared version bump
PR: ports/165716 Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
Notes
Notes: svn path=/head/; revision=292781
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