Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Aug 2012 14:38:39 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303427 - head/finance/gnucash
Message-ID:  <201208311438.q7VEcdOP046634@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Fri Aug 31 14:38:38 2012
New Revision: 303427
URL: http://svn.freebsd.org/changeset/ports/303427

Log:
  Fix typo.
  
  PR:		ports/170804
  Submitted by:	Artis Caune <Artis.Caune@gmail.com>
  Approved by:	gnome (mezz)
  Approved by:	crees, tabthorpe (mentors, implicit)

Modified:
  head/finance/gnucash/Makefile

Modified: head/finance/gnucash/Makefile
==============================================================================
--- head/finance/gnucash/Makefile	Fri Aug 31 14:06:20 2012	(r303426)
+++ head/finance/gnucash/Makefile	Fri Aug 31 14:38:38 2012	(r303427)
@@ -99,7 +99,7 @@ CONFIGURE_ARGS+=--disable-dbi
 PLIST_SUB+=	DATABASE="@comment "
 .endif
 
-.if ${PORT_OPTIONS:MLOCALE_TAX)
+.if ${PORT_OPTIONS:MLOCALE_TAX}
 CONFIGURE_ARGS+=--enable-locale-specific-tax
 .endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208311438.q7VEcdOP046634>