diff options
author | joerg <joerg@FreeBSD.org> | 2008-01-17 02:56:09 +0800 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 2008-01-17 02:56:09 +0800 |
commit | 260b2b6fac63fd0de1ff86cdfe679d45f7a17f5b (patch) | |
tree | 43ae87c77c7cc430328f6b8ebaa26df6d17e8775 /finance | |
parent | e2ce6f565f3ebc6ec12e85540e16482ad45016cf (diff) | |
download | freebsd-ports-gnome-260b2b6fac63fd0de1ff86cdfe679d45f7a17f5b.tar.gz freebsd-ports-gnome-260b2b6fac63fd0de1ff86cdfe679d45f7a17f5b.tar.zst freebsd-ports-gnome-260b2b6fac63fd0de1ff86cdfe679d45f7a17f5b.zip |
Uncomment the AQBANKING option also, I didn't notice before it was
there at all.
Reminded by: Jan Henrik Sylvester
Diffstat (limited to 'finance')
-rw-r--r-- | finance/gnucash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index 7ed55cc0cd04..0523aca25172 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -31,7 +31,7 @@ RUN_DEPENDS= guile>=1.6.8_2:${PORTSDIR}/lang/guile \ ${SITE_PERL}/Finance/QuoteHist.pm:${PORTSDIR}/finance/p5-Finance-QuoteHist \ ${LOCALBASE}/share/omf/gnucash-docs/gnucash-guide-C.omf:${PORTSDIR}/finance/gnucash-docs -#OPTIONS= AQBANKING "AqBanking support (HBCI/OpenHBCI)" off +OPTIONS= AQBANKING "AqBanking support (HBCI/OpenHBCI)" off USE_BZIP2= yes USE_GETTEXT= yes |