svn commit: r325663 - head/editors/openoffice-devel
Maho Nakata
maho at FreeBSD.org
Fri Aug 30 07:24:07 UTC 2013
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 <katsu at miyoshi.matsuyama.ehime.jp>
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}
More information about the svn-ports-head
mailing list