diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-03-03 17:05:51 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-03-03 17:05:51 +0000 |
commit | d2d9cf164507ef0b65c4af28a26c45ff1747db56 (patch) | |
tree | c23566bd9d4161a2c8e0e3d4f05529a9789117fd /finance/homebank/Makefile | |
parent | e99748262f64cd67d73a405b58e2f38c9e64dff7 (diff) |
Notes
Diffstat (limited to 'finance/homebank/Makefile')
-rw-r--r-- | finance/homebank/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/homebank/Makefile b/finance/homebank/Makefile index d630e37f9c69..9eebaf8fbd09 100644 --- a/finance/homebank/Makefile +++ b/finance/homebank/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= homebank -PORTVERSION= 4.5.5 +PORTVERSION= 4.5.6 CATEGORIES= finance MASTER_SITES= http://homebank.free.fr/public/ @@ -26,8 +26,8 @@ OPTIONS_DEFINE= DOCS OFX OFX_DESC= OFX file format support OPTIONS_DEFAULT=OFX +OFX_CONFIGURE_WITH= ofx OFX_LIB_DEPENDS= libofx.so:${PORTSDIR}/finance/libofx -OFX_CONFIGURE_OFF= --without-ofx post-extract: @${CHMOD} ${BINMODE} ${WRKSRC}/install-sh |