From 545c5d759a667632379ec178553895e07ca60e33 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Thu, 17 Apr 2008 11:29:12 +0000 Subject: Make portlint happy --- finance/gnucash/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'finance') 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}" -- cgit v1.2.3