From owner-svn-ports-all@FreeBSD.ORG Fri Aug 31 14:38:39 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 888D91065676; Fri, 31 Aug 2012 14:38:39 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 742A88FC16; Fri, 31 Aug 2012 14:38:39 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7VEcd7R046636; Fri, 31 Aug 2012 14:38:39 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7VEcdOP046634; Fri, 31 Aug 2012 14:38:39 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201208311438.q7VEcdOP046634@svn.freebsd.org> From: Guido Falsi Date: Fri, 31 Aug 2012 14:38:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303427 - head/finance/gnucash X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Aug 2012 14:38:39 -0000 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 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