From owner-svn-ports-all@FreeBSD.ORG Fri Aug 30 07:24:07 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BFC683DD; Fri, 30 Aug 2013 07:24:07 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AE27C2C83; Fri, 30 Aug 2013 07:24:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7U7O7p7042483; Fri, 30 Aug 2013 07:24:07 GMT (envelope-from maho@svn.freebsd.org) Received: (from maho@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7U7O7oX042481; Fri, 30 Aug 2013 07:24:07 GMT (envelope-from maho@svn.freebsd.org) Message-Id: <201308300724.r7U7O7oX042481@svn.freebsd.org> From: Maho Nakata Date: Fri, 30 Aug 2013 07:24:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325663 - head/editors/openoffice-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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, 30 Aug 2013 07:24:07 -0000 Author: maho Date: Fri Aug 30 07:24:07 2013 New Revision: 325663 URL: http://svnweb.freebsd.org/changeset/ports/325663 Log: Fix mismatched {} PR: 181667 Submitted by: Katsuyuki Miyoshi Modified: head/editors/openoffice-devel/Makefile Modified: head/editors/openoffice-devel/Makefile ============================================================================== --- head/editors/openoffice-devel/Makefile Fri Aug 30 06:25:58 2013 (r325662) +++ head/editors/openoffice-devel/Makefile Fri Aug 30 07:24:07 2013 (r325663) @@ -97,7 +97,7 @@ RUN_DEPENDS+= ${LOCALBASE}/share/icons/h ${JAVALIBDIR}/saxon9.jar:${PORTSDIR}/textproc/saxon-devel \ ${LOCALBASE}/lib/X11/fonts/ChromeOS/Arimo-Bold.ttf:${PORTSDIR}/x11-fonts/croscorefonts-fonts-ttf -.if ${PORT_OPTIONS:MCCACHE) || defined(WITH_CCACHE) +.if ${PORT_OPTIONS:MCCACHE} || defined(WITH_CCACHE) BUILD_DEPENDS+= ccache:${PORTSDIR}/devel/ccache CCACHE_PREFIX= ccache OOOCC= ${CCACHE_PREFIX} ${CC}