summaryrefslogtreecommitdiff
path: root/finance/gnucash
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2008-04-17 11:29:12 +0000
committerMichael Johnson <ahze@FreeBSD.org>2008-04-17 11:29:12 +0000
commit545c5d759a667632379ec178553895e07ca60e33 (patch)
tree0a64cd5ade82cb3baf8dbe8d08ee0a876abe1bf8 /finance/gnucash
parentAdd options for POSTGRESQL, OFX (diff)
Make portlint happy
Notes
Notes: svn path=/head/; revision=211439
Diffstat (limited to 'finance/gnucash')
-rw-r--r--finance/gnucash/Makefile8
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}"