aboutsummaryrefslogtreecommitdiffstats
path: root/finance/aqbanking
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2006-11-24 16:37:53 +0800
committerrafan <rafan@FreeBSD.org>2006-11-24 16:37:53 +0800
commit3274c80606f13cf07beca114944f5e6570d388bf (patch)
treeaa2a845e9ad3432eb5e842922cfb20bbd8c03480 /finance/aqbanking
parent013e1a81a32532f9efec27e23c299076674cb5a3 (diff)
downloadfreebsd-ports-gnome-3274c80606f13cf07beca114944f5e6570d388bf.tar.gz
freebsd-ports-gnome-3274c80606f13cf07beca114944f5e6570d388bf.tar.zst
freebsd-ports-gnome-3274c80606f13cf07beca114944f5e6570d388bf.zip
- Chase recent libofx update
Diffstat (limited to 'finance/aqbanking')
-rw-r--r--finance/aqbanking/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/aqbanking/Makefile b/finance/aqbanking/Makefile
index 12c3ea1e2fbf..4945308c75ca 100644
--- a/finance/aqbanking/Makefile
+++ b/finance/aqbanking/Makefile
@@ -31,7 +31,7 @@ INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
.if defined(WITH_OFX)
-LIB_DEPENDS+= ofx.2:${PORTSDIR}/finance/libofx
+LIB_DEPENDS+= ofx.3:${PORTSDIR}/finance/libofx
CONFIGURE_ARGS+=--enable-libofx
PLIST_SUB+= OFX=""
.else