diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2008-04-17 11:29:12 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2008-04-17 11:29:12 +0000 |
commit | 545c5d759a667632379ec178553895e07ca60e33 (patch) | |
tree | 0a64cd5ade82cb3baf8dbe8d08ee0a876abe1bf8 /finance | |
parent | 11504bd9ed4be38c7814f8b1fa130891197c6a21 (diff) |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/gnucash/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index 7c6d3b810017..629a8c6c2dc1 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -85,20 +85,20 @@ PLIST_SUB+= AQBANKING="@comment " .if defined(WITH_OFX) CONFIGURE_ARGS+=--enable-ofx LIB_DEPENDS+= ofx.4:${PORTSDIR}/finance/libofx -PLIST_SUB+= OFX="" +PLIST_SUB+= OFX="" .else CONFIGURE_ARGS+=--disable-ofx -PLIST_SUB+= OFX="@comment " +PLIST_SUB+= OFX="@comment " .endif .if defined(WITH_POSTGRESQL) CONFIGURE_ARGS+=--enable-sql -PLIST_SUB+= PGBACKEND="" +PLIST_SUB+= PGBACKEND="" USE_PGSQL+= yes GC_LIBS+= -lpq .else CONFIGURE_ARGS+=--disable-sql -PLIST_SUB+= PGBACKEND="@comment " +PLIST_SUB+= PGBACKEND="@comment " .endif CONFIGURE_ENV+= LIBS="${GC_LIBS}" |