svn commit: r303427 - head/finance/gnucash

Guido Falsi madpilot at FreeBSD.org
Fri Aug 31 14:38:39 UTC 2012


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 at 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
 



More information about the svn-ports-head mailing list