diff options
author | gahr <gahr@FreeBSD.org> | 2008-07-09 08:17:39 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-07-09 08:17:39 +0800 |
commit | 18af3863060fbbc463854209980e3a96c8612754 (patch) | |
tree | b506e71c0893b103f4a4e6b36520ca714fe2676c /finance | |
parent | 2a47d0caa23a03ad0758a301addc81a1181d73e1 (diff) | |
download | freebsd-ports-gnome-18af3863060fbbc463854209980e3a96c8612754.tar.gz freebsd-ports-gnome-18af3863060fbbc463854209980e3a96c8612754.tar.zst freebsd-ports-gnome-18af3863060fbbc463854209980e3a96c8612754.zip |
- Remove LibOFX optional support (off by default) until somebody fixes it
PR: 125093
Submitted by: <mirror176@hotmail.com>
Diffstat (limited to 'finance')
-rw-r--r-- | finance/aqbanking/Makefile | 20 | ||||
-rw-r--r-- | finance/aqbanking/pkg-plist | 2 |
2 files changed, 11 insertions, 11 deletions
diff --git a/finance/aqbanking/Makefile b/finance/aqbanking/Makefile index e3fd6a4c6a97..576586ab702a 100644 --- a/finance/aqbanking/Makefile +++ b/finance/aqbanking/Makefile @@ -7,7 +7,7 @@ PORTNAME= aqbanking PORTVERSION= 2.3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= aqbanking @@ -17,8 +17,8 @@ COMMENT= Online banking interface and financial data framework LIB_DEPENDS= gwenhywfar.48:${PORTSDIR}/devel/gwenhywfar -OPTIONS= OFX "LibOFX support" off \ - KTOBLZCHECK "KtoBlzCheck support" off +OPTIONS= KTOBLZCHECK "KtoBlzCheck support" off +# OFX "LibOFX support" off GNU_CONFIGURE= yes USE_GMAKE= yes @@ -45,15 +45,15 @@ CONFIGURE_ARGS+=--with-qt-includes=${QT_PREFIX}/include \ .include <bsd.port.pre.mk> -.if defined(WITH_OFX) -LIB_DEPENDS+= ofx.3:${PORTSDIR}/finance/libofx -CONFIGURE_ARGS= --with-backends="aqhbci aqdtaus aqofxconnect" -CONFIGURE_ARGS+=--enable-libofx -PLIST_SUB+= OFX="" -.else +#.if defined(WITH_OFX) +#LIB_DEPENDS+= ofx.3:${PORTSDIR}/finance/libofx +#CONFIGURE_ARGS= --with-backends="aqhbci aqdtaus aqofxconnect" +#CONFIGURE_ARGS+=--enable-libofx +#PLIST_SUB+= OFX="" +#.else CONFIGURE_ARGS+=--disable-libofx PLIST_SUB+= OFX="@comment " -.endif +#.endif CONFIGURE_ARGS+= --with-frontends="cbanking qbanking" diff --git a/finance/aqbanking/pkg-plist b/finance/aqbanking/pkg-plist index ecbbca015d24..ba22526e4588 100644 --- a/finance/aqbanking/pkg-plist +++ b/finance/aqbanking/pkg-plist @@ -342,7 +342,7 @@ share/locale/de/LC_MESSAGES/aqbanking.mo @dirrm include/aqbanking @dirrm include/aqdtaus @dirrm include/aqhbci -@dirrm include/aqofxconnect +%%OFX%%@dirrm include/aqofxconnect @dirrm include/cbanking @dirrm include/qbanking @dirrm lib/aqbanking/plugins/16/bankinfo |