aboutsummaryrefslogtreecommitdiffstats
path: root/finance/gnucash
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2008-04-17 19:29:12 +0800
committerahze <ahze@FreeBSD.org>2008-04-17 19:29:12 +0800
commit2c73bcbb1383985981f725a24e85239f11e563fe (patch)
tree3f4e87d00e6cea8c968fa2838fe4c9b601ec9cc9 /finance/gnucash
parent498937ac5b9e1c5909268a47da3b776702a27092 (diff)
downloadfreebsd-ports-gnome-2c73bcbb1383985981f725a24e85239f11e563fe.tar.gz
freebsd-ports-gnome-2c73bcbb1383985981f725a24e85239f11e563fe.tar.zst
freebsd-ports-gnome-2c73bcbb1383985981f725a24e85239f11e563fe.zip
Make portlint happy
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}"